Projection Class |
The Projection class contains methods for calculating the projection of geometric objects on
other geometric objects.
SystemObject
Tekla.Structures.Geometry3dProjection
Tekla.Structures.Geometry3dProjection
Namespace: Tekla.Structures.Geometry3d
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The Projection type exposes the following members.
| Name | Description | |
|---|---|---|
| LineSegmentToPlane |
Returns a new line segment which is a projection of the given line segment onto the given plane.
| |
| LineToPlane |
Returns a new line which is a projection of the given line onto the given plane.
| |
| PointToLine |
Returns a new point which is a projection of the given point onto the given line.
| |
| PointToPlane |
Returns a new point which is a projection of the given point onto the given plane.
|