BRepLoopDefinition.bRepCoEdgeDefinitions Property

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

Description

Provides access to the BRepCoEdgeDefinitions object associated with the parent BRepFaceDefinition object. It's through the returned collection that you can create new BRepCoEdgeDefinition objects.

Syntax

"bRepLoopDefinition_var" is a variable referencing a BRepLoopDefinition object.

# Get the value of the property.
propertyValue = bRepLoopDefinition_var.bRepCoEdgeDefinitions
"bRepLoopDefinition_var" is a variable referencing a BRepLoopDefinition object.
#include <Fusion/BRep/BRepLoopDefinition.h>

// Get the value of the property.
Ptr<BRepCoEdgeDefinitions> propertyValue = bRepLoopDefinition_var->bRepCoEdgeDefinitions();

Property Value

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

Samples

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

Version

Introduced in version September 2020