Click or drag to resize
Transformer3dsRotateObject Method (RotateTransform3D)
Applies RotateTransform3D to all objects and lights. 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(
	RotateTransform3D objectRotateTransform
)

Parameters

objectRotateTransform
Type: System.Windows.Media.Media3DRotateTransform3D
RotateTransform3D to apply - here it is possible to specify the center of rotation
See Also