Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector3D Class / TransformBy Method
The transformation to be applied

In This Topic
    TransformBy Method (Vector3D)
    In This Topic
    Transforms the 3D vector by the specified transformation.
    Syntax
    'Declaration
     
    Public Overrides Sub TransformBy( _
       ByVal xform As Transformation _
    ) 
    public override void TransformBy( 
       Transformation xform
    )

    Parameters

    xform
    The transformation to be applied
    See Also