SoGeoRenderElement.Set Method (SoState, SbProj4Projection.Projections) |
Sets the current render mode in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Set(
SoState state,
SbProj4Projection. Projections renderProjection
)
Public Shared Sub Set (
state As SoState,
renderProjection As SbProj4Projection. Projections
)
public:
static void Set(
SoState^ state,
SbProj4Projection. Projections renderProjection
)
static member Set :
state : SoState *
renderProjection : SbProj4Projection. Projections -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- renderProjection
- Type: OIV.Inventor.Projection.SbProj4Projection.Projections
Remarks
See Also