Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / BlockReference Class / AccumulatedParentsTransform Property

In This Topic
    AccumulatedParentsTransform Property
    In This Topic
    Gets the global transformation given by the current BlockReference's transformation and its parents' ones.
    Syntax
    'Declaration
     
    Public ReadOnly Property AccumulatedParentsTransform As Transformation
    public Transformation AccumulatedParentsTransform {get;}
    Remarks
    The BlockReference must have been set as current with devDept.Eyeshot.EntityList.SetCurrent.
    See Also