RevolveFeature.isProjectAxis Property
Parent Object:
RevolveFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RevolveFeature.h>
Description
Specifies if the axis should be projected on the same plane as the profile sketch plane or not.
Setting this to true will use a projected axis, while setting it to false will keep it in its original location. This is initialized to false so the selected axis will be used in the feature.
Syntax
"revolveFeature_var" is a variable referencing a RevolveFeature object.
# Get the value of the property. propertyValue = revolveFeature_var.isProjectAxis
# Set the value of the property. revolveFeature_var.isProjectAxis = propertyValue
|
"revolveFeature_var" is a variable referencing a RevolveFeature object.
#include <Fusion/Features/RevolveFeature.h>
// Get the value of the property. boolean propertyValue = revolveFeature_var->isProjectAxis();
// Set the value of the property, where value_var is a boolean. bool returnValue = revolveFeature_var->isProjectAxis(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2023