CustomGraphicsBRepBody.edges Property

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

Description

Returns the collection of CustomGraphicsBRepEdge objects in the CustomGraphicsBRepBody.

Syntax

"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.

# Get the value of the property.
propertyValue = customGraphicsBRepBody_var.edges
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
#include <Fusion/Graphics/CustomGraphicsBRepBody.h>

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

Property Value

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

Version

Introduced in version December 2017