Scale3d(Double) Constructor

Constructor for the Scale3d class. Creates scale transformation with the specified factors for x, y and z axes.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Scale3d(
        double[] xyz
)

Parameters

xyz  Double
[in] Array of double values that define the scale factors for this object. Only the first three values from the passed array are used.
Remarks
Indices of 'xy' array: * 0 - scale factor for the x axis * 1 - scale factor for the y axis * 2 - scale factor for the z axis
See Also

©  Bricsys NV. All rights reserved.