Click or drag to resize
AB4D logo

TransformationsHelperAddTransformation(Visual3D, Transform3D) Method

Adds the transform3D to the specified visual3D. If visual3D have no Transform set, set the transform3D to it. If visual3D already have Transform set, the transform3D is added to existing or new Transform3DGroup.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void AddTransformation(
	Visual3D visual3D,
	Transform3D transform3D
)

Parameters

visual3D  Visual3D
Visual3D
transform3D  Transform3D
Transform3D to be added
See Also