Redefines the extrusion to go symmetrically in both directions from the profile.
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)
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
|
"extrudeFeature_var" is a variable referencing an ExtrudeFeature object.
|
Type | Description |
boolean | Returns true, if the call was successful. |
Name | Type | Description |
distance | ValueInput | The distance of the extrusions. This is either the full length of half of the length of the final extrusion depending on the value of the isFullLength property. |
isFullLength | boolean | Defines if the value defines the full length of the extrusion or half of the length. A value of true indicates it defines the full length. |
taperAngle | ValueInput | Optional argument that specifies the taper angle. The same taper angle is used for both sides for a symmetric extrusion. If omitted a taper angle of 0 is used. This is an optional argument whose default value is null. |