A3DDrawingCurveData
-
struct
A3DDrawingCurveData A3DDrawingCurvestructure.5.0On drawing, only 2 dimension curve are used. If:c:member:m_pCurve <A3DDrawingCurveData.m_pCurve>is a 3 dimension curve,:c:member:m_pPlane <A3DDrawingCurveData.m_pPlane>must be defined. In this case, resulting curve of the projection on the given plane is used. In case of 2 dimension curve:c:member:m_pPlane <A3DDrawingCurveData.m_pPlane>is not used.
m_sTrimIntervalmust be contained or equal to the curve interval definition.
Variables
-
A3DCrvBase *
A3DDrawingCurveData.m_pCurve -
Geometric curve.
Refers to:ref:Curves Module <group__a3d__crv>for more details.
-
A3DIntervalData
A3DDrawingCurveData.m_sTrimInterval -
Trim interval for the curve.
It must be contained or equal to the curve interval:
-
A3DSurfPlane *
A3DDrawingCurveData.m_pPlane -
Projection plane in case of 3D curve.