Description
This .NET class wraps the AcGeScale3d ObjectARX class.
The class Scale3d is called "scale vector 3D." This class is used to represent scaling transformations in 3D space.
The scale vector must have no zero components (with tolerances 1.0e-10).
The data members of the class Scale3d are three doubles, which are called "scale factors."
Visual Basic
Public Structure Scale3d Inherits IFormattable End Structure
C#
public struct Scale3d : IFormattable { }
Links
Scale3d Constructor, Scale3d Methods, Scale3d Properties, Indexers, Scale3d Operators