Share

BRepCoEdgeDefinition.edgeDefinition Property

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

Description

Gets and sets the BRepEdgeDefinition object associated with this BrepCoEdgeDefinition object.

Syntax

"bRepCoEdgeDefinition_var" is a variable referencing a BRepCoEdgeDefinition object.

# Get the value of the property.
propertyValue = bRepCoEdgeDefinition_var.edgeDefinition

# Set the value of the property.
bRepCoEdgeDefinition_var.edgeDefinition = propertyValue

Property Value

This is a read/write property whose value is a BRepEdgeDefinition.

Version

Introduced in version September 2020

Was this information helpful?