BRepLump.shells Property
Parent Object:
BRepLumpDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepLump.h>
Description
Returns the BRepShells owned by the lump
Syntax
"bRepLump_var" is a variable referencing a BRepLump object.
# Get the value of the property. propertyValue = bRepLump_var.shells
|
"bRepLump_var" is a variable referencing a BRepLump object.
#include <Fusion/BRep/BRepLump.h>
// Get the value of the property. Ptr<BRepShells> propertyValue = bRepLump_var->shells();
|
Property Value
This is a read only property whose value is a
BRepShells.
Version
Introduced in version August 2014