Share

BRepCoEdge.geometry Property

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

Description

Returns a geometry object that represents the shape of this co-edge in parameter space of the parent face's surface.

Syntax

"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.

# Get the value of the property.
propertyValue = bRepCoEdge_var.geometry

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?