Bitbybit Docs
    Bereite Suchindex vor...

    Klasse BoundingBoxPropsDto (Inputs.OCCT)

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

    Index

    Konstruktoren

    Eigenschaften

    Konstruktoren

    Eigenschaften

    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]