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