SoGeoOriginElementGet Method |
Returns the current attributes from 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 Get(
SoState state,
out bool rotateYUp,
out SbVec3f geoOrigin
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef rotateYUp As Boolean,
<OutAttribute> ByRef geoOrigin As SbVec3f
)
public:
static void Get(
SoState^ state,
[OutAttribute] bool% rotateYUp,
[OutAttribute] SbVec3f% geoOrigin
)
static member Get :
state : SoState *
rotateYUp : bool byref *
geoOrigin : SbVec3f byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- rotateYUp
- Type: SystemBoolean
- geoOrigin
- Type: OIV.InventorSbVec3f
Remarks See Also