Share

ExtrudeFeature.sideFaces Property

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

Description

Property that returns all of the side faces (i.e. those running perpendicular to the extrude direction) of the feature.

Syntax

"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.

# Get the value of the property.
propertyValue = extrudeFeature_var.sideFaces

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?