TwoDistancesChamferTypeDefinition.distanceOne Property
Parent Object:
TwoDistancesChamferTypeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TwoDistancesChamferTypeDefinition.h>
Description
Returns the parameter controlling the first 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.distanceOne
|
"twoDistancesChamferTypeDefinition_var" is a variable referencing a TwoDistancesChamferTypeDefinition object.
#include <Fusion/Features/TwoDistancesChamferTypeDefinition.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = twoDistancesChamferTypeDefinition_var->distanceOne();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version March 2022