Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ObjectManipulator Class / Transformation Property

In This Topic
    Transformation Property (ObjectManipulator)
    In This Topic
    Gets or sets the transformation applied to the entities being edited.
    Syntax
    'Declaration
     
    Public Overrides Property Transformation As Transformation
    public override Transformation Transformation {get; set;}
    Remarks
    The final transformation applied to the object is given by the product of this transformation and the inverse of InitialTransformationTo correctly update the drawing of the selected entities preview it's necessary to set a new Transformation object and not change the inner values of the Transformation.Matrix.
    See Also