| SoGeoOriginElementSet Method  | 
Sets the current attributes. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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