SoProjectionElementSet Method (SoState, SoProjection) |
Sets the current projection node 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 Set(
SoState state,
SoProjection prj
)
Public Shared Sub Set (
state As SoState,
prj As SoProjection
)
public:
static void Set(
SoState^ state,
SoProjection^ prj
)
static member Set :
state : SoState *
prj : SoProjection -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- prj
- Type: OIV.Inventor.NodesSoProjection
Remarks See Also