SoModifyViewVolumeElementSet Method (SoState, SbBox3f) |
Sets the current portion in the state to the given portion (left, bottom, right, top).
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,
SbBox3f portion
)
Public Shared Sub Set (
state As SoState,
portion As SbBox3f
)
public:
static void Set(
SoState^ state,
SbBox3f portion
)
static member Set :
state : SoState *
portion : SbBox3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- portion
- Type: OIV.InventorSbBox3f
Remarks See Also