RuledSurfaceFeature.angle Property
Parent Object:
RuledSurfaceFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RuledSurfaceFeature.h>
Description
Returns the parameter controlling the Ruled Surface angle. You can edit the angle by editing the value of the parameter object.
Syntax
"ruledSurfaceFeature_var" is a variable referencing a RuledSurfaceFeature object.
# Get the value of the property. propertyValue = ruledSurfaceFeature_var.angle
|
"ruledSurfaceFeature_var" is a variable referencing a RuledSurfaceFeature object.
#include <Fusion/Features/RuledSurfaceFeature.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = ruledSurfaceFeature_var->angle();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version September 2020