Creates a ShellFeatureInput object. Use properties and methods on this object to define the shell you want to create and then use the Add method, passing in the ShellFeatureInput object.
"shellFeatures_var" is a variable referencing a ShellFeatures object.
|
"shellFeatures_var" is a variable referencing a ShellFeatures object.
|
Type | Description |
ShellFeatureInput | Returns the newly created ShellFeatureInput object or null if the creation failed. |
Name | Type | Description |
inputEntities | ObjectCollection | The collection contains the faces to remove and the bodies to perform shell. Fails if any faces are input, and the owning bodies of the faces are also input. |
isTangentChain | boolean | A boolean value for setting whether or not faces that are tangentially connected to the input faces (if any) will also be included. It defaults to true. This is an optional argument whose default value is True. |
Name | Description |
shellFeatures.add | Demonstrates creating a shell feature. |
Shell Feature API Sample | Demonstrates creating a new shell feature. |