Share

Scale3d.IsEqualTo(Scale3d, Tolerance) Method

Description

Returns true if the matrix of scaling corresponding to this scale vector is equal to the matrix scaling corresponding to the scaleVector.

Returns false otherwise.

Visual Basic

Public Function IsEqualTo(
    scaleVector As Scale3d, 
    tolerance As Tolerance
) As bool

C#

public bool IsEqualTo(
    Scale3d scaleVector, 
    Tolerance tolerance
);

Parameters

Parameters Description
Scale3d scaleVector Input scale vector to test equality for
Tolerance tolerance Input tolerance value

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?