ExtrudeFeature.endFaces Property
Parent Object: ExtrudeFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtrudeFeature.h>
Description
Property that returns the set of faces that cap the end of the extrusion, opposite the start faces. In the case where there are no end faces, this property will return null.
Syntax
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
|
Property Value
This is a read only property whose value is a BRepFaces.Samples
Name | Description |
Patch Feature API Sample | Demonstrates creating a new patch feature. |