Share

PinSlotJointMotion.slideValue Property

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

Description

Gets and sets the slide value. This is in centimeters. Setting this value is the equivalent of using the Drive Joints command.

Syntax

"pinSlotJointMotion_var" is a variable referencing a PinSlotJointMotion object.

# Get the value of the property.
propertyValue = pinSlotJointMotion_var.slideValue

# Set the value of the property.
pinSlotJointMotion_var.slideValue = propertyValue

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version July 2015

Was this information helpful?