Share

TwoDistancesChamferTypeDefinition.distanceTwo Property

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

Description

Returns the parameter controlling the second distance. You can edit the distance by editing the value of the parameter object.

Syntax

"twoDistancesChamferTypeDefinition_var" is a variable referencing a TwoDistancesChamferTypeDefinition object.

# Get the value of the property.
propertyValue = twoDistancesChamferTypeDefinition_var.distanceTwo

Property Value

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

Version

Introduced in version March 2022

Was this information helpful?