RevolveFeatureInput.setOneSideToExtent Method
Parent Object: RevolveFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RevolveFeatureInput.h>
Description
Defines the extent of the revolve to be from the sketch or profile plane to the specified "To" face.
Syntax
"revolveFeatureInput_var" is a variable referencing a RevolveFeatureInput object.
|
Return Value
Type | Description |
boolean | Returns true if successful. |
Parameters
Name | Type | Description |
toEntity | Base | The 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. |
directionHint | Vector3D | Specifies the direction of the revolve. This is an optional argument whose default value is null. |