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: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
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.
|