Creates a ThickenFeatureInput object. Use properties and methods on this object to define the Thicken feature you want to create and then use the Add method, passing in the ThickenFeatureInput object to create the feature.
"thickenFeatures_var" is a variable referencing a ThickenFeatures object.
|
"thickenFeatures_var" is a variable referencing a ThickenFeatures object.
|
Type | Description |
ThickenFeatureInput | Returns the newly created ThickenFeatureInput object or null if the creation failed. |
Name | Type | Description |
inputFaces | ObjectCollection | The faces or patch bodies to thicken. Faces need not be from the same component or body, nor do they need to be connected or touching one another. |
thickness | ValueInput | ValueInput object that defines the thickness. |
isSymmetric | boolean | A boolean value for setting whether to add thickness symmetrically or only on one side of the face/s to thicken |
operation | FeatureOperations | The feature operation to perform. |
isChainSelection | boolean | A boolean value for setting whether or not faces that are tangentially connected to the input faces (if any) will be included in the thicken. The default value is true. This is an optional argument whose default value is True. |
Name | Description |
thickenFeatures.add | Demonstrates the thickenFeatures.add method. |
Thicken Feature API Sample | Demonstrates creating a new thiken feature. |