hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ISGISGNodeBoundingRect

    Interface for node bounding rectangle operations.

    interface ISGISGNodeBoundingRect {
        ancestorBoundingRect(
            ancestor: undefined | null | ISGROSGNode,
        ): I2DRectangle;
        ancestorSubBoundingRect(
            itemnumber: string,
            ancestor: ISGROSGNode,
        ): I2DRectangle;
        boundingRect(): I2DRectangle;
        localBoundingRect(): I2DRectangle;
        localSubBoundingRect(itemnumber: string): I2DRectangle;
        sceneBoundingRect(): I2DRectangle;
        sceneSubBoundingRect(itemnumber: string): I2DRectangle;
        subBoundingRect(itemnumber: string): I2DRectangle;
    }

    Hierarchy (View Summary)

    Index

    Methods