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.

AngleUnitType Enumeration

The angle units.

Namespace:  Tekla.Structures.Datatype
Assembly:  Tekla.Structures.Datatype (in Tekla.Structures.Datatype.dll) Version: 2023.0.1
Syntax
public enum UnitType
Members
  Member nameValueDescription
Degrees0 Represents an angle in degrees, with 0 degrees representing the empty angle and 360 the full angle
Radians1 Represents an angle in radians, with 0 radians representing the empty angle and 2*PI the full angle
See Also