SweepFeature.distanceOne Property
Parent Object:
SweepFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/SweepFeature.h>
Description
Gets the distance for the first side. This property returns nothing in the case where the feature is non-parametric.
Syntax
"sweepFeature_var" is a variable referencing a SweepFeature object.
# Get the value of the property. propertyValue = sweepFeature_var.distanceOne
|
"sweepFeature_var" is a variable referencing a SweepFeature object.
#include <Fusion/Features/SweepFeature.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = sweepFeature_var->distanceOne();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version January 2015