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

In This Topic
    Scaling Constructor(Vector3D)
    In This Topic
    3D vector constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sv As Vector3D _
    )
    public Scaling( 
       Vector3D sv
    )

    Parameters

    sv
    Scale vector
    See Also