MoveFeaturePointToPositionDefinition.zDistance Property
Parent Object:
MoveFeaturePointToPositionDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeaturePointToPositionDefinition.h>
Description
Gets the model parameter that controls the offset in the Z direction. You can use properties
Syntax
"moveFeaturePointToPositionDefinition_var" is a variable referencing a MoveFeaturePointToPositionDefinition object.
# Get the value of the property. propertyValue = moveFeaturePointToPositionDefinition_var.zDistance
|
"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->zDistance();
|
Property Value
This is a read only property whose value is a
ModelParameter.
Version
Introduced in version January 2023