UntrimFeature.extensionDistance Property

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

Description

Gets the ModelParameter that defines the extension distance used to extend external boundaries. This can return null in the case where only internal boundaries have been removed. The value can be edited by using the properties of the returned ModelParameter object.

Syntax

"untrimFeature_var" is a variable referencing a UntrimFeature object.

# Get the value of the property.
propertyValue = untrimFeature_var.extensionDistance
"untrimFeature_var" is a variable referencing a UntrimFeature object.
#include <Fusion/Features/UntrimFeature.h>

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

Property Value

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

Version

Introduced in version January 2021