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