Click or drag to resize
Transformer3dsRotateObject Method (String, AxisAngleRotation3D)
Applies AxisAngleRotation3D to the object with objectName and to all its child objects. The rotation is applied around objects center point.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public void RotateObject(
	string objectName,
	AxisAngleRotation3D objectRotation
)

Parameters

objectName
Type: SystemString
name of the object in 3ds file
objectRotation
Type: System.Windows.Media.Media3DAxisAngleRotation3D
applied AxisAngleRotation3D
See Also