Contour Class |
The Contour class defines a possibly chamfered contour. Contours must not have loops.
SystemObject
Tekla.Structures.ModelContour
Tekla.Structures.ModelContour
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The Contour type exposes the following members.
| Name | Description | |
|---|---|---|
| ContourPoints |
The contour points belonging to the contour.
|
| Name | Description | |
|---|---|---|
| AddContourPoint |
Adds a new contour point to the contour. Do not add the same contour point twice.
| |
| CalculatePolygon |
Calculate a polygon approximating the contour with chamfers evaluated.
| |
| GetPolycurve |
Gets the contour geometry as Polycurve
|
| Name | Description | |
|---|---|---|
| MAX_CONTOUR_POINTS |
The maximum number of contour points that is typically valid in Tekla Structures.
| |
| MIN_CONTOUR_POINTS |
The minimum number of contour points that is typically valid in Tekla Structures.
|