EqualDistanceChamferEdgeSet.distance Property

Parent Object: EqualDistanceChamferEdgeSet
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/EqualDistanceChamferEdgeSet.h>

Description

Returns the model parameter that controls the offset distance of the chamfer. You can edit the distance by using the properties on the returned ModelParameter object.

Syntax

"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.

# Get the value of the property.
propertyValue = equalDistanceChamferEdgeSet_var.distance
"equalDistanceChamferEdgeSet_var" is a variable referencing an EqualDistanceChamferEdgeSet object.
#include <Fusion/Features/EqualDistanceChamferEdgeSet.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = equalDistanceChamferEdgeSet_var->distance();

Property Value

This is a read only property whose value is a ModelParameter.

Version

Introduced in version December 2020