OffsetFacesFeature.distance Property

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

Description

Returns the parameter that controls the offset distance. You can modify the distance by using the properties of the returned ModelParameter object.

Syntax

"offsetFacesFeature_var" is a variable referencing an OffsetFacesFeature object.

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

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

Property Value

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

Version

Introduced in version November 2025