Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / AccumulatedTransformation Property

In This Topic
    AccumulatedTransformation Property
    In This Topic
    Gets the global transformation given by the transformation of the parents entity (if entity is a BlockReference or is into one of it).
    Syntax
    'Declaration
     
    Public Property AccumulatedTransformation As Transformation
    public Transformation AccumulatedTransformation {get; set;}
    See Also