Share

Scale2d.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
);

Parameters

Parameters Description
Tolerance tolerance Input tolerance value

Links

Scale2d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?