Q3Mesh_GetEdgeAttributeSet
You can use theQ3Mesh_GetEdgeAttributeSetfunction to get the attribute set of an edge of a mesh.
TQ3Status Q3Mesh_GetEdgeAttributeSet ( TQ3GeometryObject mesh, TQ3MeshEdge edge, TQ3AttributeSet *attributeSet);
mesh- A mesh.
edge- A mesh edge.
attributeSet- On exit, a pointer to the set of attributes for the specified mesh edge.
DESCRIPTION
TheQ3Mesh_GetEdgeAttributeSetfunction returns, in theattributeSetparameter, the set of attributes currently associated with the mesh edge specified by themeshandedgeparameters. The reference count of the set is incremented.