Co-edge structure. More...
Data Fields | |
A3DUns16 | m_usStructSize |
A3DUns8 | m_ucOrientationWithLoop |
A3DUns8 | m_ucOrientationUVWithLoop |
A3DTopoEdge * | m_pEdge |
A3DCrvBase * | m_pUVCurve |
A3DTopoCoEdge * | m_pNeighbor |
Co-edge structure.
The following values are defined for the m_ucOrientationWithLoop (orientation between edge and loop) and m_ucOrientationUVWithLoop (orientation between uv_curve and loop) members:
A3DUns16 A3DTopoCoEdgeData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUns8 A3DTopoCoEdgeData::m_ucOrientationWithLoop |
Orientation of the edge with the loop.
A3DUns8 A3DTopoCoEdgeData::m_ucOrientationUVWithLoop |
Orientation of the uv_curve with the loop.
A3DTopoEdge* A3DTopoCoEdgeData::m_pEdge |
Pointer to A3DTopoEdge.
A3DCrvBase* A3DTopoCoEdgeData::m_pUVCurve |
Pointer to parametric space curve.
A3DTopoCoEdge* A3DTopoCoEdgeData::m_pNeighbor |
Pointer to list of neighbors.