BRepLoop.edges Property

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

Description

Returns the BRepEdges used by this loop

Syntax

"bRepLoop_var" is a variable referencing a BRepLoop object.

# Get the value of the property.
propertyValue = bRepLoop_var.edges
"bRepLoop_var" is a variable referencing a BRepLoop object.
#include <Fusion/BRep/BRepLoop.h>

// Get the value of the property.
Ptr<BRepEdges> propertyValue = bRepLoop_var->edges();

Property Value

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

Samples

Name Description
Patch Feature API Sample Demonstrates creating a new patch feature.

Version

Introduced in version August 2014