RevolveFeatureInput.setTwoSideAngleExtent Method
Parent Object:
RevolveFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RevolveFeatureInput.h>
Description
Defines the angle of the revolve to be to applied to both sides of the profile at the specified angles.
Syntax
"revolveFeatureInput_var" is a variable referencing a RevolveFeatureInput object.returnValue = revolveFeatureInput_var.setTwoSideAngleExtent(angleOne, angleTwo)
|
"revolveFeatureInput_var" is a variable referencing a RevolveFeatureInput object.
#include <Fusion/Features/RevolveFeatureInput.h>
returnValue = revolveFeatureInput_var->setTwoSideAngleExtent(angleOne, angleTwo);
|
Return Value
boolean |
Returns true if successful |
Parameters
angleOne |
ValueInput |
The ValueInput object that defines the angle for the first side of the revolution |
angleTwo |
ValueInput |
The ValueInput object that defines the angle for the second side of the revolution |
Version
Introduced in version August 2014