RuledSurfaceFeature.distance 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 distance. You can edit the distance 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.distance
|
"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->distance();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version September 2020