Defines the extents of the revolve to be from the sketch plane to specified faces in both directions. If the matchShape argument is true, the faces to revolve to are extended to fully intersect the revolve.
"revolveFeatureInput_var" is a variable referencing a RevolveFeatureInput object.
|
"revolveFeatureInput_var" is a variable referencing a RevolveFeatureInput 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 a revolve 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 a revolve it can be a BRepBody, BRepFace, BRepVertex, ConstructionPlane, or ConstructionPoint. |