Vizard 7 » Command Index » Vizard objects » transform » <transform>.setScale
7.6

<transform>.setScale

Set the scale of the matrix

<transform>.setScale(  
[x,y,z]  
)  
[x,y,z]
The scale along the [x,y,z] axes

Remarks

Set the scale of the matrix

Return Value

None

Example

X = vizmat.Transform()
X.setScale(2,2,2)