TwoSidesDistanceExtentDefinition.distanceOne Property
Parent Object:
TwoSidesDistanceExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TwoSidesDistanceExtentDefinition.h>
Description
Gets the ModelParameter that defines the first distance
Syntax
"twoSidesDistanceExtentDefinition_var" is a variable referencing a TwoSidesDistanceExtentDefinition object.
# Get the value of the property. propertyValue = twoSidesDistanceExtentDefinition_var.distanceOne
|
"twoSidesDistanceExtentDefinition_var" is a variable referencing a TwoSidesDistanceExtentDefinition object.
#include <Fusion/Features/TwoSidesDistanceExtentDefinition.h>
// Get the value of the property. Ptr<ModelParameter> propertyValue = twoSidesDistanceExtentDefinition_var->distanceOne();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version March 2022