Creates a new SurfaceDeleteFaceFeature feature. This deletes the specified faces from their bodies without any attempt to heal the openings. This is equivalent to selecting and deleting faces when in the Patch workspace.
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.
|
"surfaceDeleteFaceFeatures_var" is a variable referencing a SurfaceDeleteFaceFeatures object.
|
Type | Description |
SurfaceDeleteFaceFeature | Returns the newly created SurfaceDeleteFaceFeature object or null if the creation failed. |
Name | Type | Description |
facesToDelete | Base | A single BRepFace or an ObjectCollection containing multiple BRepFace objects. |
Name | Description |
DeleteFace Feature API Sample | Demonstrates creating a new deleteFace feature. |
surfaceDeleteFeatures.add | Demonstrates the surfaceDeleteFeatures.add method. |