Defines the extent of the revolution to be at a specified angle. An angle and whether the extent is symmetric or only in one direction is specified. If it's not symmetric a positive or negative angle can be used to control the direction. If symmetric, the angle is the angle on one side so the entire angle of the revolution will be twice the specified angle. Use an angle of 360 deg or 2 pi radians to create a full 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 |
isSymmetric | boolean | Set to 'true' for a revolve symmetrical about the profile plane |
angle | ValueInput | The ValueInput object that defines the angle of the revolution |
Name | Description |
revolveFeatures.add | Demonstrates creating a revolve feature using an angle extent. |
Simple Revolve Feature Sample | Creates a new revolve feature, resulting in a new component. |