A3DHLRCurveData
-
struct
A3DHLRCurveData A3DHLRCurveDatastructure.8.2m_psTopoEdge,m_psTopoFirstFaceandm_psTopoSecondFaceare part of theA3DRiRepresentationItemofA3DHLRRepresentationItemData. Ifm_bFirstFaceIsSection(respectivlym_bSecondFaceIsSection) is set to true, thenm_psTopoFirstFace(respectivlym_psTopoSecondFace) is part of the planar section result ofA3DCutWithMultiPlanarSectionOnModelFile()orA3DCutWithMultiPlanarSectionOnRepresentationItems()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 )