Method Create
Create(EntityInfo, Point2D)
Creates a new instance of PlanarPointParams class
Declaration
public static PlanarPointParams Create(EntityInfo constructionPlaneInfo, Point2D coordinates)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityInfo | constructionPlaneInfo | The EntityInfo of the construction plane |
| Point2D | coordinates | The coordinates |
Returns
| Type | Description |
|---|---|
| PlanarPointParams | The newly created instance of CubicalPointParams class |