Move a collection of objects in the 3D space

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void MoveObjects(
	Vector3D shift,
	ICollection collection
)
Visual Basic
Public Sub MoveObjects ( _
	shift As Vector3D, _
	collection As ICollection _
)
JScript
public function MoveObjects(
	shift : Vector3D, 
	collection : ICollection
)

Parameters

shift
Type: System.Windows.Media.Media3D..::..Vector3D
the relative shift in the world space
collection
Type: System.Collections..::..ICollection
the collection of objects to move

See Also