Share

Scale3d.IsProportional(Tolerance) Method

Description

Returns true if the matrix of scaling corresponding to this scale vector isUniScaledOrtho(). Returns false otherwise.

Visual Basic

Public Function IsProportional(
    tolerance As Tolerance
) As bool

C#

public bool IsProportional(
    Tolerance tolerance
);

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?