This function is retired. See more information in the 'Remarks' section below.
This method has been retired and is replaced with the new setTwoSidesExtent and passing in a ToEntityExtentDefinition for both sides. This method continues to work to allow the API to remain backward compatible, but it is no longer officially supported.
Set the extrusion Direction option to 'Two Side'. This method will fail in the case of a non-parametric extrusion.
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object. |
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object. |
"extrudeFeatureInput_var" is a variable referencing an ExtrudeFeatureInput object. |
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| toEntityOne | Base | The first entity that defines the "to" extent. The valid types of entities can vary depending on the type of feature this is being used with. For an extrude it can be a BRepBody, BRepFace, BRepVertex, ConstructionPlane, or ConstructionPoint. |
| toEntityTwo | Base | The second entity that defines the "to" extent. The valid types of entities can vary depending on the type of feature this is being used with. For an extrude it can be a BRepBody, BRepFace, BRepVertex, ConstructionPlane, or ConstructionPoint. |
| matchShape | boolean | If the matchShape argument is 'true', the toEntity is extended to fully intersect the extrusion. |