Transformer3dsRotateObject Method (String, Vector3D, Double) |
Applies AxisAngleRotation3D to the object with objectName and to all its child objects
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax public void RotateObject(
string objectName,
Vector3D objectRotationAxis,
double objectRotationAngle
)
Parameters
- objectName
- Type: SystemString
name of the object in 3ds file - objectRotationAxis
- Type: System.Windows.Media.Media3DVector3D
Axis in AxisAngleRotation3D - objectRotationAngle
- Type: SystemDouble
Angle in AxisAngleRotation3D
See Also