BRepBody.edges Property
Parent Object: BRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepBody.h>
Description
Returns a collection of all of the edges in the body.
Syntax
"bRepBody_var" is a variable referencing a BRepBody object.
|
Property Value
This is a read only property whose value is a BRepEdges.Samples
Name | Description |
extendFeatures.add | Demonstrates the extendFeatures.add method. To use this sample, have a design open that contains at least one surface body. When you run the sample, you will be prompted to select an open edge of the body. |