Click or drag to resize
Transformer3dsRotateObject Method
Overload List
  NameDescription
Public methodRotateObject(AxisAngleRotation3D)
Applies AxisAngleRotation3D to all objects and lights. The rotation is applied around objects center point.
Public methodRotateObject(RotateTransform3D)
Applies RotateTransform3D to all objects and lights. The rotation is applied around objects center point.
Public methodRotateObject(String, AxisAngleRotation3D)
Applies AxisAngleRotation3D to the object with objectName and to all its child objects. The rotation is applied around objects center point.
Public methodRotateObject(String, RotateTransform3D)
Applies RotateTransform3D to the object with objectName and to all its child objects - enables rotating object around custom center point.
Public methodRotateObject(Vector3D, Double)
Applies AxisAngleRotation3D to all objects and lights.
Public methodRotateObject(String, Vector3D, Double)
Applies AxisAngleRotation3D to the object with objectName and to all its child objects
Public methodRotateObject(Vector3D, Double, Boolean)
Applies AxisAngleRotation3D to all objects and lights. The rotation is applied around objects center point.
Public methodRotateObject(String, Vector3D, Double, Boolean)
Applies AxisAngleRotation3D to the object with objectName and to all its child objects. The rotation is applied around objects center point.
Top
See Also