SoDepthOffsetElement Class |
Manage OIV.Inventor.Nodes.SoDepthOffset nodes accumulation in state.
Namespace: OIV.Inventor.Elements
The SoDepthOffsetElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Get | Returns current accumulated offset from the state. | |
GetClassStackIndex | Obsolete. Returns the stack id for this element. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetMaxOffset | Returns current accumulated offset from the state. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Pop | Pop the element from the state. | |
Push | Push the element into the state. | |
Set(SoState, Single) | Sets the current offset in the state. | |
Set(SoState, SoNode, Single) | Sets the current offset in the state. | |
Set(SoState, Single, Single, Single) | Sets the current offset in the state. | |
SetMaxOffset | Sets the current offset in the state. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This element stores OIV.Inventor.Nodes.SoDepthOffset nodes encountered during traversal at any given time. Requesting for current offset at a given time (throught OIV.Inventor.Elements.SoDepthOffsetElement.Get(OIV.Inventor.Misc.SoState) method) returns the global accumulated offset, computed from all previously OIV.Inventor.Nodes.SoDepthOffset nodes encountered in current path traversal.