A3DCrvIntersectionData
Fields
Detailed Description
-
struct A3DCrvIntersectionData
Intersection structure.
- Version
2.0
Public Members
-
A3DMiscCartesianTransformationData m_sTrsf
Cartesian transformation.
-
A3DParameterizationData m_sParam
Parameterization.
-
A3DSurfBase *m_pSurface1
Surface 1.
-
A3DSurfBase *m_pSurface2
Surface 2.
-
A3DBool m_bSens
True if the sense of the intersection sense is surface 1 cross surface 2; false otherwise.
-
A3DCrossingPointsCrvIntersectionData *m_pCrossingPts
Array of crossing points.
-
A3DVector3dData m_sStartLimitPoint
Start limit point.
-
A3DEIntersectionLimitType m_sStartLimitType
Start limit type.
-
A3DVector3dData m_sEndLimitPoint
End limit point.
-
A3DEIntersectionLimitType m_sEndLimitType
End limit type.