BRepEdge.tangentiallyConnectedEdges Property

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

Description

Returns a collection of edges that includes all of the edges tangentially connected to this edge. The result includes this edge. The edges are in the collection in their connected order.

Syntax

"bRepEdge_var" is a variable referencing a BRepEdge object.

# Get the value of the property.
propertyValue = bRepEdge_var.tangentiallyConnectedEdges
"bRepEdge_var" is a variable referencing a BRepEdge object.
#include <Fusion/BRep/BRepEdge.h>

// Get the value of the property.
Ptr<ObjectCollection> propertyValue = bRepEdge_var->tangentiallyConnectedEdges();

Property Value

This is a read only property whose value is an ObjectCollection.

Samples

Name Description
Selection Events API Sample The sample demos how to use selection events of a command.

Version

Introduced in version August 2014