A3DMiscReferenceOnTessCreate
-
A3DStatus
A3DMiscReferenceOnTessCreate(const A3DMiscReferenceOnTessData *pData, A3DMiscReferenceOnTess **ppReferenceOnTess) A3DStatusA3DMiscReferenceOnTessCreate(constA3DMiscReferenceOnTessData* pData,A3DMiscReferenceOnTess** ppReferenceOnTess)Creates an
A3DMiscReferenceOnTessfrom anA3DMiscReferenceOnTessDatastructure.Edge and Vertex references
If
m_eTopoItemTypeiskA3DTypeTessEdge, m_uiSize must be 3 and:m_puiAdditionalIndexes[0] is the face index inm_pPolyBrepModelm_puiAdditionalIndexes[1] is the loop index in the facem_puiAdditionalIndexes[2] is the edge index in the loop
If
m_eTopoItemTypeiskA3DTypeTessVertex,m_uiSizemust be 4 andm_puiAdditionalIndexes[0] is the face index inm_pPolyBrepModelm_puiAdditionalIndexes[1] is the loop index in the facem_puiAdditionalIndexes[2] is the edge index in the loopm_puiAdditionalIndexes[3] is the vertex index in the edge
Parameters
pData: The
A3DMiscReferenceOnTessDatainstance to create reference fromppReferenceOnTess: A pointer to the resulting
A3DMiscReferenceOnTessentityReturns
A3D_SUCCESSon success, or an error code on failure