Creates a MergeFacesFeatureInput object for defining a simple merge face feature. Use properties and methods on this object to define the merge you want to create and then use the Add method, passing in the MergeFacesFeatureInput object.
"mergeFacesFeatures_var" is a variable referencing a MergeFacesFeatures object.
|
"mergeFacesFeatures_var" is a variable referencing a MergeFacesFeatures object.
|
Type | Description |
MergeFacesFeatureInput | Returns the newly created MergeFacesFeatureInput object or null if the creation failed. |
Name | Type | Description |
inputFaces | BRepFace[] | An array of BRepFace objects that define the faces the merge will be performed on. The faces need to be connected and from the same body (solid or surface). |
isChainSelection | boolean | A boolean value for setting whether or not faces that are connected and from the same body (solid or surface) will be included in the faces to merge. The default value is false. This is an optional argument whose default value is False. |