Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Scaling Method / Scaling(Vector3D) Method
Scale vector

In This Topic
    Scaling(Vector3D) Method
    In This Topic
    Creates non-uniform scale transformation with the origin as a fixed point.
    Syntax
    'Declaration
     
    Public Overloads Sub Scaling( _
       ByVal sv As Vector3D _
    ) 
    public void Scaling( 
       Vector3D sv
    )

    Parameters

    sv
    Scale vector
    See Also