BRepFace.tangentiallyConnectedFaces Property

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

Description

Returns the set of faces that are tangentially adjacent to this face. In other words, it is the set of faces that are adjacent to this face's edges and have a smooth transition across those edges.

Syntax

"bRepFace_var" is a variable referencing a BRepFace object.

# Get the value of the property.
propertyValue = bRepFace_var.tangentiallyConnectedFaces
"bRepFace_var" is a variable referencing a BRepFace object.
#include <Fusion/BRep/BRepFace.h>

// Get the value of the property.
Ptr<BRepFaces> propertyValue = bRepFace_var->tangentiallyConnectedFaces();

Property Value

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

Version

Introduced in version August 2014