Share

PlanarJointMotion.primarySlideValue Property

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

Description

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

Syntax

"planarJointMotion_var" is a variable referencing a PlanarJointMotion object.

# Get the value of the property.
propertyValue = planarJointMotion_var.primarySlideValue

# Set the value of the property.
planarJointMotion_var.primarySlideValue = propertyValue

Property Value

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

Version

Introduced in version July 2015

Was this information helpful?