Share

BRepFaceDefinition.loopDefinitions Property

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

Description

Provides access to the BRepLoopDefinitions object associated with this BRepFaceDefinition. It's through the returned collection that you can create new BRepLoopDefinition objects.

Syntax

"bRepFaceDefinition_var" is a variable referencing a BRepFaceDefinition object.

# Get the value of the property.
propertyValue = bRepFaceDefinition_var.loopDefinitions

Property Value

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

Samples

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

Version

Introduced in version September 2020

Was this information helpful?