Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / IsScaleFactorUniform Method

In This Topic
    IsScaleFactorUniform Method
    In This Topic
    Returns true if the scale factor of the transformation is the same in the X, Y and Z directions.
    Syntax
    'Declaration
     
    Public Function IsScaleFactorUniform() As Boolean
    public bool IsScaleFactorUniform()
    See Also