Click or drag to resize
SoGLCoordinateElement Class

Note: This API is now obsolete.

Stores the current coordinates.

Inheritance Hierarchy

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class SoGLCoordinateElement : SoCoordinateElement

The SoGLCoordinateElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet3

Returns the indexed coordinate from an element as a 3-vector, converting if necessary.

(Inherited from SoCoordinateElement.)
Public methodGet4

Returns the indexed coordinate from an element as a 4-vector, converting if necessary.

(Inherited from SoCoordinateElement.)
Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNum

Returns the number of coordinate points in an instance.

(Inherited from SoCoordinateElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIs3D

Returns true if the coordinates were specified as 3-vectors, false if 4-vectors.

(Inherited from SoCoordinateElement.)
Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodSend

Sends indexed coordinate to GL.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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.

See Also

Reference

OIV.Inventor.ElementsSoGLCoordinateElement