SoViewVolumeElementSet Method |
Sets the view volume in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
SoNode node,
SbViewVolume viewVolume
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
viewVolume As SbViewVolume
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SbViewVolume viewVolume
)
static member Set :
state : SoState *
node : SoNode *
viewVolume : SbViewVolume -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- viewVolume
- Type: OIV.InventorSbViewVolume
Remarks See Also