SoPointDetail Class |
Stores detail information about vertex-based shapes made of points.
Namespace: OIV.Inventor.Details
The SoPointDetail type exposes the following members.
Name | Description | |
---|---|---|
SoPointDetail | Constructor. |
Name | Description | |
---|---|---|
Clone | (Inherited from SoDetail.) | |
Copy | Returns an instance that is a copy of this instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetCoordinateIndex | Returns the index of the point within the relevant coordinate node. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetMaterialIndex | Returns the index of the material for the point within the relevant material node. | |
GetNormalIndex | Returns the index of the surface normal at the point within the relevant normal node. | |
GetPoint | ||
GetTextureCoordIndex | Returns the index of the texture coordinates for the point within the relevant normal node. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetCoordinateIndex | ||
SetMaterialIndex | ||
SetNormalIndex | ||
SetTextureCoordIndex | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class contains detail information about a point in a vertex-based shape made of points. It is used for returning information about an intersection with or primitives generated by a set of points. It is also used by OIV.Inventor.Details.SoFaceDetail and OIV.Inventor.Details.SoLineDetail to return information about the vertices of faces and line segments.