BRepLump.boundingBox Property

Parent Object: BRepLump
Defined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepLump.h>

Description

Returns the bounding box of the lump

Syntax

"bRepLump_var" is a variable referencing a BRepLump object.

# Get the value of the property.
propertyValue = bRepLump_var.boundingBox
"bRepLump_var" is a variable referencing a BRepLump object.
#include <Fusion/BRep/BRepLump.h>

// Get the value of the property.
Ptr<BoundingBox3D> propertyValue = bRepLump_var->boundingBox();

Property Value

This is a read only property whose value is a BoundingBox3D.

Version

Introduced in version August 2014