BRepBodyDefinition.lumpDefinitions Property

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

Description

Provides access to the BRepLumpDefinitions object associated with this BRepBodyDefinition. It's through the returned collection that you can create new BRepLumpDefinition objects.

Syntax

"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object.

# Get the value of the property.
propertyValue = bRepBodyDefinition_var.lumpDefinitions
"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object.
#include <Fusion/BRep/BRepBodyDefinition.h>

// Get the value of the property.
Ptr<BRepLumpDefinitions> propertyValue = bRepBodyDefinition_var->lumpDefinitions();

Property Value

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

Samples

Name Description
BRep Body definition Sample Demonstrates creating BRep bodies by BRepBodyDefinition.

Version

Introduced in version September 2020