Click or drag to resize
AB4D logo

ModelMoverVisual3DSetRotation Method

SetRotation rotates the ModelMoverVisual3D by the specified RotateTransform3D. When set to null, then rotation is removed from the ModelMoverVisual3D.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public void SetRotation(
	RotateTransform3D rotateTransform
)

Parameters

rotateTransform  RotateTransform3D
RotateTransform3D
See Also