SoUpdateAreaElementSet Method |
Sets the current update area 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,
SbVec2f origin,
SbVec2f size
)
Public Shared Sub Set (
state As SoState,
origin As SbVec2f,
size As SbVec2f
)
public:
static void Set(
SoState^ state,
SbVec2f origin,
SbVec2f size
)
static member Set :
state : SoState *
origin : SbVec2f *
size : SbVec2f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- origin
- Type: OIV.InventorSbVec2f
- size
- Type: OIV.InventorSbVec2f
Remarks See Also