Share

AcGeCurve3d::orthoProject

C++

GE_DLLEXPIMPORT AcGeEntity3d* orthoProject(
    const AcGePlane& projectionPlane, 
    const AcGeTol& tol = AcGeContext::gTol
) const;

Description

Returns the entity that is the orthogonal projection of the curve onto the projection plane. The returned entity may not be of the same type as the original curve and may not even be a curve (for instance, a line projects into a point if it is orthogonal to the projection plane). The returned entity is created with the new and it is the responsibility of the caller to delete it.

Parameters

Parameters Description
projectionPlane Input plane on which curve is to be projected
tol Input tolerance

Links

AcGeCurve3d

Was this information helpful?