SoDepthOffsetElementSet Method (SoState, SoNode, Single) |
Sets the current offset in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode name_11112,
float offset
)
Public Shared Sub Set (
state As SoState,
name_11112 As SoNode,
offset As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_11112,
float offset
)
static member Set :
state : SoState *
name_11112 : SoNode *
offset : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_11112
- Type: OIV.Inventor.NodesSoNode
- offset
- Type: SystemSingle
Remarks See Also