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

In This Topic
    InitialTransformation Property
    In This Topic
    Gets or sets the initial transformation applied to the manipulator.
    Syntax
    'Declaration
     
    Public Property InitialTransformation As Transformation
    public Transformation InitialTransformation {get; set;}
    Remarks
    This transformation is not applied to the entities being transformed by the ObjectManipulator.
    See Also