ControlArc Constructor (Point, Point, Point) |
Creates a new control arc instance taking the 3 points.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
Parameters
- startPoint
- Type: Tekla.Structures.Geometry3dPoint
Start point of the arc. - endPoint
- Type: Tekla.Structures.Geometry3dPoint
End point of the arc. - pointOnArc
- Type: Tekla.Structures.Geometry3dPoint
Point that defines the arc.
| Exception | Condition |
|---|---|
| ArgumentException | Throws when input points are not defined correctly |