SoGLCoordinateElement Class |
Note: This API is now obsolete.
Stores the current coordinates.
Namespace: OIV.Inventor.Elements
The SoGLCoordinateElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Get3 | Returns the indexed coordinate from an element as a 3-vector, converting if necessary. |
![]() | Get4 | Returns the indexed coordinate from an element as a 4-vector, converting if necessary. |
![]() ![]() | GetClassStackIndex | Obsolete. Returns the stack id for this element. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetNum | Returns the number of coordinate points in an instance. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Is3D | Returns true if the coordinates were specified as 3-vectors, false if 4-vectors. |
![]() | Pop | Pops element. |
![]() | Push | Pushes element. |
![]() | Send | Sends indexed coordinate to GL. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current coordinates. Adds methods to send the surface coordinate to GL on demand. The coordinates are sent in the appropriate form, depending on whether they are stored as 3-D or 4-D values.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
Note that this class relies on SoCoordinateElement to store the coordinates in the instance.