SoGeoOriginElementSet Method |
Sets the current attributes.
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 node,
bool rotateYUp,
SbVec3f geoOrigin
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
rotateYUp As Boolean,
geoOrigin As SbVec3f
)
public:
static void Set(
SoState^ state,
SoNode^ node,
bool rotateYUp,
SbVec3f geoOrigin
)
static member Set :
state : SoState *
node : SoNode *
rotateYUp : bool *
geoOrigin : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- rotateYUp
- Type: SystemBoolean
- geoOrigin
- Type: OIV.InventorSbVec3f
Remarks See Also