Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / AnalyticSurf Class / TransformBy Method
The transformation

In This Topic
    TransformBy Method (AnalyticSurf)
    In This Topic
    Transforms this analytic surface by the provided transformation.
    Syntax
    'Declaration
     
    Public MustOverride Sub TransformBy( _
       ByVal transform As Transformation _
    ) 
    public abstract void TransformBy( 
       Transformation transform
    )

    Parameters

    transform
    The transformation
    See Also