SoPrimitiveVertex Structure |
Namespace: OIV.Inventor
The SoPrimitiveVertex type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetDetail | Obsolete.
Use Detail property instead.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetMaterialIndex | Obsolete.
Use MaterialIndex property instead.
Returns the index into the current set of materials of the material active at
the vertex.
| |
GetNormal | Obsolete.
Use Normal property instead.
Returns the normal in object space.
| |
GetPoint | Obsolete.
Use Point property instead.
Returns the surface point in object space.
| |
GetTextureCoords | Obsolete.
Use TextureCoords property instead.
Returns the texture coordinates in object space.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Detail |
Detail giving more information about the vertex. Note that the
reference may be null if there is no more info.
| |
MaterialIndex |
Index into the current set of materials of the material active at
the vertex.
| |
Normal |
Normal vector in object space.
| |
Point |
Surface point in object space.
| |
PointDetail |
Point detail giving more information about the vertex. Note that the
reference may be null if there is no more info.
| |
TextureCoords |
Texture coordinates in object space.
|