IntelliCAD 11.1 Object Library
CreateScaleMatrix Method
See Also 
x
The scale value for the x-axis.
y
The scale value for the y-axis.
z
The scale value for the z-axis.
Library Object : CreateScaleMatrix Method

Description

Returns the resulting matrix object scaled about the x, y, or z axes.

Syntax

Visual Basic
Public Function CreateScaleMatrix( _
   Optional ByVal x As Double = 1, _
   Optional ByVal y As Double = 1, _
   Optional ByVal z As Double = 1 _
) As Matrix

Parameters

x
The scale value for the x-axis.
y
The scale value for the y-axis.
z
The scale value for the z-axis.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.