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

In This Topic
    IsScaleFactorUniformForPlanar Method
    In This Topic
    Returns true if the scale factor of the transformation is the same in the two directions of the plane.
    Syntax
    'Declaration
     
    Public Function IsScaleFactorUniformForPlanar( _
       ByVal pl As Plane, _
       ByRef scaleFactor As Double _
    ) As Boolean
    public bool IsScaleFactorUniformForPlanar( 
       Plane pl,
       ref double scaleFactor
    )

    Parameters

    pl
    scaleFactor
    See Also