Click or drag to resize
SoPrimitiveVertex Methods

The SoPrimitiveVertex type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetDetail Obsolete.
Use Detail property instead.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetMaterialIndex Obsolete.
Use MaterialIndex property instead. Returns the index into the current set of materials of the material active at the vertex.
Public methodGetNormal Obsolete.
Use Normal property instead. Returns the normal in object space.
Public methodGetPoint Obsolete.
Use Point property instead. Returns the surface point in object space.
Public methodGetTextureCoords Obsolete.
Use TextureCoords property instead. Returns the texture coordinates in object space.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also