Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid Class / TransformBy Method

In This Topic
    TransformBy Method (Solid)
    In This Topic
    Applies transformation matrix on 3D object
    Syntax
    'Declaration
     
    Public Overrides Sub TransformBy( _
       ByVal transform As Transformation _
    ) 
    public override void TransformBy( 
       Transformation transform
    )

    Parameters

    transform
    See Also