Axis-aligned OLE frame rectangle in WCS, analogous to ObjectARX CRectangle3d.

interface AcDbOleRectangle3d {
    lowerLeft: AcGeVector3dLike;
    lowerRight: AcGeVector3dLike;
    upperLeft: AcGeVector3dLike;
    upperRight: AcGeVector3dLike;
}

Properties

lowerLeft: AcGeVector3dLike

Lower-left corner in WCS

lowerRight: AcGeVector3dLike

Lower-right corner in WCS

upperLeft: AcGeVector3dLike

Upper-left corner in WCS

upperRight: AcGeVector3dLike

Upper-right corner in WCS