SoProfileCoordinateElement Class |
Stores the current profile coordinates.
Namespace: OIV.Inventor.Elements
The SoProfileCoordinateElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Get2 | Returns the indexed coordinate from an element as a 2D vector, converting if necessary. |
![]() | Get3 | Returns the indexed coordinate from an element as a 3D vector, converting if necessary. |
![]() ![]() | GetClassStackIndex | Obsolete. Returns the stack id for this element. |
![]() ![]() | GetDefault2 | Returns the default 2D profile coordinate. |
![]() ![]() | GetDefault3 | Returns the default 3D profile 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.) |
![]() | Is2D | true if OIV.Inventor.Elements.SoProfileCoordinateElement.Set2(OIV.Inventor.Misc.SoState, OIV.Inventor.Nodes.SoNode, OIV.Inventor.SbVec2f[]) was called. |
![]() | Pop | Pops element. |
![]() | Push | Pushes element. |
![]() ![]() | Set2 | Sets the current 2D profile coordinates. |
![]() ![]() | Set3 | Sets the current 3D profile coordinates. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores the current profile coordinates, as either 2D or 3D points.
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.