SoCoordinateElement Class |
Stores the current coordinates.
Namespace: OIV.Inventor.Elements
The SoCoordinateElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (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. | |
GetDefault3 | Returns the default 3-D coordinate. | |
GetDefault4 | Returns the default 4-D coordinate. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetInstance | Returns the top (current) instance of the element in the state. | |
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. | |
Set3 | Sets the current coordinates in the state as 3-vectors. | |
Set4 | Sets the current coordinates in the state as 4-vectors. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current coordinates. Coordinates may be specified as 3-D or 4-D vectors. This element remembers the last type of value stored.
This class allows read-only access to the top element in the state to make accessing several values in it more efficient. Individual values must be accessed through this instance.