SurfaceDeleteFaceFeature.deletedFaces Property
Parent Object:
SurfaceDeleteFaceFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SurfaceDeleteFaceFeature.h>
Description
Gets and sets the set of faces that are deleted by this feature.
To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
Syntax
"surfaceDeleteFaceFeature_var" is a variable referencing a SurfaceDeleteFaceFeature object.
# Get the value of the property. propertyValue = surfaceDeleteFaceFeature_var.deletedFaces
# Set the value of the property. surfaceDeleteFaceFeature_var.deletedFaces = propertyValue
|
"surfaceDeleteFaceFeature_var" is a variable referencing a SurfaceDeleteFaceFeature object.
#include <Fusion/Features/SurfaceDeleteFaceFeature.h>
// Get the value of the property. std::vector<Ptr<BRepFace>> propertyValue = surfaceDeleteFaceFeature_var->deletedFaces();
// Set the value of the property, where value_var is a BRepFace. bool returnValue = surfaceDeleteFaceFeature_var->deletedFaces(value_var);
|
Property Value
This is a read/write property whose value is an array of type
BRepFace.
Version
Introduced in version August 2016