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