CustomPartGetStartAndEndPositions Method |
Returns the start and end points of the custom part.
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Parameters
- StartPoint
- Type: Tekla.Structures.Geometry3dPoint
The start point of the custom part. - EndPoint
- Type: Tekla.Structures.Geometry3dPoint
The end point of the custom part.
Return Value
Type: BooleanTrue on success.
See Also