SoGeoRenderElementSet Method (SoState, SoNode, SbProj4ProjectionProjections) |
Sets the current render mode 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,
SoNode name_12438,
SbProj4ProjectionProjections renderProjection
)
Public Shared Sub Set (
state As SoState,
name_12438 As SoNode,
renderProjection As SbProj4ProjectionProjections
)
public:
static void Set(
SoState^ state,
SoNode^ name_12438,
SbProj4ProjectionProjections renderProjection
)
static member Set :
state : SoState *
name_12438 : SoNode *
renderProjection : SbProj4ProjectionProjections -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_12438
- Type: OIV.Inventor.NodesSoNode
- renderProjection
- Type: OIV.Inventor.ProjectionSbProj4ProjectionProjections
Remarks See Also