Definition:A GSMPoint is a point:
For more information about points, see Generative Shape Design User's Guide. |
![]() |
Attributes: |
|
PointType |
|
A point is defined by its type. The attribute to use is PointType. The syntax to be used is: PointType = i, i corresponding to the type of point that you want to create. | |
Please find below a table listing the existing types of points that you can create and the digit to indicate. |
Plane Type in GSD | Plane Type in the Package | Corresponding digit | |
Coordinates | GSMPointCoord | 0 | |
On surface | GSMPointOnSurface | 1 | |
On curve | GSMPointOnCurve | 2 | |
On plane | GSMPointOnPlane | 3 | |
Circle center | GSMPointCenter | 4 |
As mentionned above, you may create 5 different point sub-types. Please find below a description of each sub-type, as well as its attributes and the syntax to use. | |||
Coordinates (GSMPointCoord)The sub-type to be used in this case is GSMPointCoord which enables you to create a coordinate point. The following attributes are available for this sub-type:
These attributes can be combined as follows: |
|||
Combination | |||
|
|||
|
|||
On surface (GSMPointOnSurface)The sub-type to be used in this case is GSMPointOnSurface which creates a point on a plane. The following attributes are available for this sub-type:
|
|||
These attributes can be combined as follows: |
|||
Combination | |||
|
|||
|
|||
On curve (GSMPointOnCurve)The sub-type to be used in this case is GSMPointOnCurve which enables you to create a point on a curve. The following attributes are available for this sub-type:
|
|||
Combination | |||
|
|||
|
|||
On plane (GSMPointOnPlane)The sub-type to be used in this case is GSMPointOnPlane. It creates a point on a plane. The following attributes are available for this sub-type:
The attributes must be used as follows: |
|||
Combination | |||
|
|||
|
|||
Circle Center (GSMPointCenter)The sub-type to be used in this case is GSMPointCenter which enables you to define the center of a circle.
This attribute is to be used as follows: |
|||
Combination | |||
|
|||
|
|||