PluginCoordinateSystemAttribute Class |
The PluginCoordinateSystemAttribute class is used for defining the coordinate system type for model plug-ins which are using points as an input.
The attribute is initialized from the custom attribute [PluginCoordinateSystem(PluginBase.CoordinateSystemType Type)] in the plug-in source.
If attribute is not defined or attribute has value PluginBase.CoordinateSystemType.FROM_FIRST_POINT_AND_GLOBAL coordinate system is calculated as earlier.
The attribute is used if the first Inputdefinition object contains at least two points (defined by two points, line, face or polygon).
SystemObject
SystemAttribute
Tekla.Structures.PluginsPluginCoordinateSystemAttribute
SystemAttribute
Tekla.Structures.PluginsPluginCoordinateSystemAttribute
Namespace: Tekla.Structures.Plugins
Assembly: Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The PluginCoordinateSystemAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| PluginCoordinateSystemAttribute(Int32) |
The custom attribute used to define coordinate system of the plug-in.
This is not to be used by itself.
| |
| PluginCoordinateSystemAttribute(PluginBaseCoordinateSystemType) |
The custom attribute used to define coordinate system of the plug-in.
This is not to be used by itself.
|