Scale 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 ScaleObjects(
	Vector3D scale,
	ICollection collection,
	DependencyObject head
)
Visual Basic
Public Sub ScaleObjects ( _
	scale As Vector3D, _
	collection As ICollection, _
	head As DependencyObject _
)
JScript
public function ScaleObjects(
	scale : Vector3D, 
	collection : ICollection, 
	head : DependencyObject
)

Parameters

scale
Type: System.Windows.Media.Media3D..::..Vector3D
contains the scale factor along the main axis (X, Y, Z)
collection
Type: System.Collections..::..ICollection
the collection of objects to scale
head
Type: System.Windows..::..DependencyObject
the head object used as a reference for the scale

See Also