API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

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: 2022.0.13611
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