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: 2023.0.3
Syntax
public enum CoordinateSystemType
Members
  Member nameValueDescription
FROM_FIRST_POINT_AND_GLOBAL0 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_POINT1 Plugin coordinate system is calculated from first input point defining the origin and second input point which defines x-direction.
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next