Share

BRepBodyDefinition.create Method

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

Description

Static function that creates a new BRepBodyDefinition object. It's initially empty but you can use the functionality it provides to define the geometry and topology of the B-Rep object you want to create.

Syntax

This is a static method.

returnValue = adsk.fusion.BRepBodyDefinition.create()

Return Value

Type Description
BRepBodyDefinition Returns the newly created BRepBodyDefinition object.

Samples

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

Version

Introduced in version September 2020

Was this information helpful?