Share

Scale3d.PreMultiplyBy Method

Description

Sets this scale vector to the product of itself and the scale vector leftSide. Note that the multiplication of scale vectors is commutative.

Returns the scale vector.

Visual Basic

Public Function PreMultiplyBy(
    leftSide As Scale3d
) As Scale3d

C#

public Scale3d PreMultiplyBy(
    Scale3d leftSide
);

Parameters

Parameters Description
Scale3d leftSide Input scale vector

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?