Share

BRepShellDefinitions.add Method

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

Description

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

Syntax

"bRepShellDefinitions_var" is a variable referencing a BRepShellDefinitions object.
returnValue = bRepShellDefinitions_var.add()

Return Value

Type Description
BRepShellDefinition Returns the newly created BRepShellDefinition object.

Samples

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

Version

Introduced in version September 2020

Was this information helpful?