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.

CustomPartBaseCustomPartPositioningType Enumeration

Defines the type of the positioning.

Namespace:  Tekla.Structures.Plugins
Assembly:  Tekla.Structures.Plugins (in Tekla.Structures.Plugins.dll) Version: 2023.0.1
Syntax
public enum CustomPartPositioningType
Members
  Member nameValueDescription
POSITIONING_BY_CENTER_OF_BOUNDING_BOX1 Positioning happens based on total extrema of objects. Default value. Same as "Use center of the bounding box in positioning" value on in custom component wizard
POSITIONING_BY_INPUTPOINTS2 Positioning happens based on input points and extrema of objects. Similar to exact positioning in custom parts Same as "Use center of the bounding box in positioning" value off in custom component wizard
See Also