SoBBoxTypeElementSet Method (SoState, SoNode, SoBBoxTypeElementTypes) |
Sets the current BBox type in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public static void Set(
SoState state,
SoNode name_8883,
SoBBoxTypeElementTypes type
)
Public Shared Sub Set (
state As SoState,
name_8883 As SoNode,
type As SoBBoxTypeElementTypes
)
public:
static void Set(
SoState^ state,
SoNode^ name_8883,
SoBBoxTypeElementTypes type
)
static member Set :
state : SoState *
name_8883 : SoNode *
type : SoBBoxTypeElementTypes -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_8883
- Type: OIV.Inventor.NodesSoNode
- type
- Type: OIV.Inventor.ElementsSoBBoxTypeElementTypes
Remarks See Also