SoClipPlaneElementAdd Method |
Adds a clip plane to the current set in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Add(
SoState state,
SoNode node,
SbPlane plane
)
Public Shared Sub Add (
state As SoState,
node As SoNode,
plane As SbPlane
)
public:
static void Add(
SoState^ state,
SoNode^ node,
SbPlane plane
)
static member Add :
state : SoState *
node : SoNode *
plane : SbPlane -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- plane
- Type: OIV.InventorSbPlane
Remarks See Also