Eyeshot 10 WPF API Reference
Transformation Property (ObjectManipulator)

WPF Assembly > devDept.Eyeshot Namespace > ObjectManipulator Class : Transformation Property
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

Reference

ObjectManipulator Class
ObjectManipulator Members
InitialTransformation Property