Method that sets the inside and outside thicknesses of the shell.
To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
"shellFeature_var" is a variable referencing a ShellFeature object.
|
"shellFeature_var" is a variable referencing a ShellFeature object.
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
insideThickness | ValueInput | ValueInput object that defines the inside thickness. If set to null, the inside thickness is removed. |
outsideThickness | ValueInput | ValueInput object that defines the outside thickness. If set to null, the outside thickness is removed. |