Creates a new SurfaceDeleteFace feature. This deletes the specified faces from their bodies and attempts to heal the body. The method will fail if the body cannot be healed. This is equivalent to selecting and deleting faces when in the Patch workspace.
"deleteFaceFeatures_var" is a variable referencing a DeleteFaceFeatures object.
|
"deleteFaceFeatures_var" is a variable referencing a DeleteFaceFeatures object.
|
Type | Description |
DeleteFaceFeature | Returns the newly created DeleteFaceFeature object or null if the creation failed. |
Name | Type | Description |
facesToDelete | Base | A single BRepFace or an ObjectCollection containing multiple BRepFace objects. |