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