MoveFeaturePointToPositionDefinition.xDistance Property

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

Description

Gets the model parameter that controls the offset in the X direction. You can use properties

Syntax

"moveFeaturePointToPositionDefinition_var" is a variable referencing a MoveFeaturePointToPositionDefinition object.

# Get the value of the property.
propertyValue = moveFeaturePointToPositionDefinition_var.xDistance
"moveFeaturePointToPositionDefinition_var" is a variable referencing a MoveFeaturePointToPositionDefinition object.
#include <Fusion/Features/MoveFeaturePointToPositionDefinition.h>

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

Property Value

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

Version

Introduced in version January 2023