A3DHLRCurveData

struct A3DHLRCurveData

A3DHLRCurveData structure.

8.2

m_psTopoEdge, m_psTopoFirstFace and m_psTopoSecondFace are part of the A3DRiRepresentationItem of A3DHLRRepresentationItemData. If m_bFirstFaceIsSection (respectivly m_bSecondFaceIsSection) is set to true, then m_psTopoFirstFace (respectivly m_psTopoSecondFace) is part of the planar section result of A3DCutWithMultiPlanarSectionOnModelFile() or A3DCutWithMultiPlanarSectionOnRepresentationItems() functions.

Variables

A3DCrvPolyLine *A3DHLRCurveData.m_pProjectedPolyLine

PolyLine curve.

A3DTopoEdge *A3DHLRCurveData.m_psTopoEdge

To retrieve analytics from Edge.

A3DTopoFace *A3DHLRCurveData.m_psTopoFirstFace

To retrieve analytics from face.

A3DTopoFace *A3DHLRCurveData.m_psTopoSecondFace

To retrieve analytics from face.

A3DBool A3DHLRCurveData.m_bFirstFaceIsSection

For future use.

A3DBool A3DHLRCurveData.m_bSecondFaceIsSection

For future use.

A3DUns8 A3DHLRCurveData.m_cType

Type of curve must be /ref A3D_HLR_TYPE_UNKNOWN, /ref A3D_HLR_TYPE_EDGE, /ref A3D_HLR_TYPE_SILHOUETTE, /ref A3D_HLR_TYPE_SECTION or A3D_HLR_TYPE_SILHOUETTE_SECTION.

A3DBool A3DHLRCurveData.m_bIsHidden

if true, the curve is hidden

A3DBool A3DHLRCurveData.m_bIsEdge

if true, the curve come from a edge

A3DBool A3DHLRCurveData.m_bIsSection

if true, the curve come from a section

A3DBool A3DHLRCurveData.m_bIsSilhouette

if true, the curve is a silhouette (can be a edge or a section )

A3DBool A3DHLRCurveData.m_bIsTanEdge

if true, the curve come from a tangent edge ( m_bIsEdge is also set to true )