Curve3dGetProjectedEntity(Plane, Vector3d, Tolerance) Method

Retrieves the entity representing the curve's projection onto the projection plane.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Entity3d GetProjectedEntity(
        Plane projectionPlane,
        Vector3d projectDirection,
        Tolerance tolerance
)

Parameters

projectionPlane  Plane
[in] Plane on which the curve is to be projected.
projectDirection  Vector3d
[in] Direction in which the curve is to be projected.
tolerance  Tolerance
[in] Geometric tolerance.

Return Value

Entity3d
The entity that is the result of the projection.
See Also

©  Bricsys NV. All rights reserved.