SoFaceDetail – stores detail information about vertex-based shapes made of faces
This class contains detail information about a point on a face in a vertex-based shape made of faces. The information includes the number of points in the face, the points forming the vertices of the face,
and the index of the face within the shape.
Note that when an
SoFaceDetail is returned from picking (in an
SoPickedPoint), it will contain details for all points defining the face that was intersected. However, when an
SoFaceDetail is created
for a triangle produced during primitive generation (in an
SoPrimitiveVertex), it will contain details for only the three vertices of the triangle.