SoUnitsElementSet Method (SoState, SoNode, SoUnitsElementUnits) |
Sets the current units 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_24866,
SoUnitsElementUnits units
)
Public Shared Sub Set (
state As SoState,
name_24866 As SoNode,
units As SoUnitsElementUnits
)
public:
static void Set(
SoState^ state,
SoNode^ name_24866,
SoUnitsElementUnits units
)
static member Set :
state : SoState *
name_24866 : SoNode *
units : SoUnitsElementUnits -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_24866
- Type: OIV.Inventor.NodesSoNode
- units
- Type: OIV.Inventor.ElementsSoUnitsElementUnits
Remarks See Also