Share

Scale3d.PostMultiplyBy Method

Description

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

Returns the scale vector.

Visual Basic

Public Function PostMultiplyBy(
    rightSide As Scale3d
) As Scale3d

C#

public Scale3d PostMultiplyBy(
    Scale3d rightSide
);

Parameters

Parameters Description
Scale3d rightSide Input scale vector

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?