CurvedDimensionSetHandler Class |
The CurvedDimensionSetHandler class contains operations for creating curved dimension sets.
SystemObject
Tekla.Structures.DrawingCurvedDimensionSetHandler
Tekla.Structures.DrawingCurvedDimensionSetHandler
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The CurvedDimensionSetHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CurvedDimensionSetHandler | Initializes a new instance of the CurvedDimensionSetHandler class |
| Name | Description | |
|---|---|---|
| CreateCurvedDimensionSetOrthogonal(ViewBase, Point, Point, Point, PointList, Double) |
Creates a curved dimension set with orthogonal reference lines
from the specified points and inserts it to the database.
| |
| CreateCurvedDimensionSetOrthogonal(ViewBase, Point, Point, Point, PointList, Double, CurvedDimensionSetOrthogonalCurvedDimensionSetOrthogonalAttributes) |
Creates a curved dimension set with orthogonal reference lines
from the specified points and inserts it to the database.
| |
| CreateCurvedDimensionSetRadial(ViewBase, Point, Point, Point, PointList, Double) |
Creates a curved dimension set from the specified points and inserts it to the database.
Uses the default attributes.
| |
| CreateCurvedDimensionSetRadial(ViewBase, Point, Point, Point, PointList, Double, CurvedDimensionSetRadialCurvedDimensionSetRadialAttributes) |
Creates a curved dimension set from the specified points and inserts it to the database.
|