SoUpdateAreaElementGet Method |
Returns current update area from the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool Get(
SoState state,
out SbVec2f origin,
out SbVec2f size
)
Public Shared Function Get (
state As SoState,
<OutAttribute> ByRef origin As SbVec2f,
<OutAttribute> ByRef size As SbVec2f
) As Boolean
public:
static bool Get(
SoState^ state,
[OutAttribute] SbVec2f% origin,
[OutAttribute] SbVec2f% size
)
static member Get :
state : SoState *
origin : SbVec2f byref *
size : SbVec2f byref -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- origin
- Type: OIV.InventorSbVec2f
- size
- Type: OIV.InventorSbVec2f
Return Value
Type:
BooleanRemarks Returns true if the update area is the default, namely, the entire viewport.
See Also