SoModifyViewVolumeElementGetBox Method |
Returns the current portion of the view volume 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 SbBox3f GetBox(
SoState state
)
Public Shared Function GetBox (
state As SoState
) As SbBox3f
public:
static SbBox3f GetBox(
SoState^ state
)
static member GetBox :
state : SoState -> SbBox3f
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SbBox3fRemarks See Also