TwoSidesDistanceExtentDefinition.distanceTwo Property

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

Description

Gets the ModelParameter that defines the second distance

Syntax

"twoSidesDistanceExtentDefinition_var" is a variable referencing a TwoSidesDistanceExtentDefinition object.

# Get the value of the property.
propertyValue = twoSidesDistanceExtentDefinition_var.distanceTwo
"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->distanceTwo();

Property Value

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

Version

Introduced in version March 2022