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

In This Topic
    TransformBy Method (Entity)
    In This Topic
    Transforms all the entity's vertices by the specified transformation.
    Syntax
    'Declaration
     
    Public Overridable Sub TransformBy( _
       ByVal transform As Transformation _
    ) 
    public virtual void TransformBy( 
       Transformation transform
    )

    Parameters

    transform
    The transformation to be applied
    Remarks
    You need to call myViewport.Entities.Regen() to see the effect of this command.
    See Also