Share

BRepLumpDefinitions.add Method

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

Description

Creates a new empty BRepLumpDefinition associated with the parent BRepBodyDefinition object.

Syntax

"bRepLumpDefinitions_var" is a variable referencing a BRepLumpDefinitions object.
returnValue = bRepLumpDefinitions_var.add()

Return Value

Type Description
BRepLumpDefinition Returns the newly created BRepLumpDefinition object.

Samples

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

Version

Introduced in version September 2020

Was this information helpful?