Share

Scale3d.RemoveScale Method

Description

For each index i is less than 2, this function sets the i-th scale factor of this scale vector to the length of the i-th column of the matrix mat considered as vector. If det(mat) is not positive, then sx is negated. Then for each index i that is less than 2, the i-th column is divided by i-th scale factor.

Returns the scale vector.

Visual Basic

Public static Function RemoveScale(
    mat As Matrix3d
) As Scale3d

C#

public static Scale3d RemoveScale(
    Matrix3d mat
);

Parameters

Parameters Description
Matrix3d mat Input matrix

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?