ExtrudeFeature.sideFaces Property
Parent Object:
ExtrudeFeatureDefined 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
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
#include <Fusion/Features/ExtrudeFeature.h>
// Get the value of the property. Ptr<BRepFaces> propertyValue = extrudeFeature_var->sideFaces();
|
Property Value
This is a read only property whose value is a
BRepFaces.
Version
Introduced in version August 2014