Click or drag to resize
Transformer3dsRotateObject Method (Vector3D, Double)
Applies AxisAngleRotation3D to all objects and lights.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public void RotateObject(
	Vector3D objectRotationAxis,
	double objectRotationAngle
)

Parameters

objectRotationAxis
Type: System.Windows.Media.Media3DVector3D
Axis in AxisAngleRotation3D
objectRotationAngle
Type: SystemDouble
Angle in AxisAngleRotation3D
See Also