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

In This Topic
    TransformBy Method (Plane)
    In This Topic
    Transforms the plane by the provided transformation.
    Syntax
    'Declaration
     
    Public Sub TransformBy( _
       ByVal xform As Transformation _
    ) 
    public void TransformBy( 
       Transformation xform
    )

    Parameters

    xform
    The transformation to be applied
    See Also