Share

BRepLoopDefinitions.add Method

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

Description

Creates a new empty loop associated with the parent face definition.

Syntax

"bRepLoopDefinitions_var" is a variable referencing a BRepLoopDefinitions object.
returnValue = bRepLoopDefinitions_var.add()

Return Value

Type Description
BRepLoopDefinition Returns the newly created BRepLoopDefinition object.

Samples

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

Version

Introduced in version September 2020

Was this information helpful?