Bitbybit Docs
    Preparing search index...

    Class BoundingBoxPropsDto (Inputs.OCCT)

    The axis-aligned box around a shape, as operations.boundingBoxOfShape returns it.

    Index

    Constructors

    Properties

    Constructors

    Properties

    min: Point3

    The corner with the smallest X, Y and Z.

    [0, 0, 0]
    
    max: Point3

    The corner with the largest X, Y and Z.

    [0, 0, 0]
    
    center: Point3

    The point halfway between the two corners.

    [0, 0, 0]
    
    size: Vector3

    The extent along X, Y and Z, in model units.

    [0, 0, 0]