PluginBaseCoordinateSystemType Enumeration |
Defines the coordinate system type for model plug-ins which are using points as an input.
Namespace: Tekla.Structures.Plugins
Assembly: Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
| Member name | Value | Description | |
|---|---|---|---|
| FROM_FIRST_POINT_AND_GLOBAL | 0 | Plugin coordinate system is calculated from first input point defining the origin and global coordinates which defines x and y-direction. | |
| FROM_FIRST_AND_SECOND_POINT | 1 | Plugin coordinate system is calculated from first input point defining the origin and second input point which defines x-direction. |