SoDepthOffsetElementSet Method (SoState, 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,
float offset
)
Public Shared Sub Set (
state As SoState,
offset As Single
)
public:
static void Set(
SoState^ state,
float offset
)
static member Set :
state : SoState *
offset : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- offset
- Type: SystemSingle
Remarks See Also