SoTransformRecenter Method |
Changes the center of the transformation to the given point without affecting the overall effect of the transformation.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Recenter(
SbVec3f newCenter
)
Public Sub Recenter (
newCenter As SbVec3f
)
public:
void Recenter(
SbVec3f newCenter
)
member Recenter :
newCenter : SbVec3f -> unit
Parameters
- newCenter
- Type: OIV.InventorSbVec3f
Remarks See Also