ThreadFeatureInput.threadLocation Property

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

Description

Gets and sets where the thread length is measured from. This property is only used in the case where the isFullLength property is false.

Syntax

"threadFeatureInput_var" is a variable referencing a ThreadFeatureInput object.

# Get the value of the property.
propertyValue = threadFeatureInput_var.threadLocation

# Set the value of the property.
threadFeatureInput_var.threadLocation = propertyValue
"threadFeatureInput_var" is a variable referencing a ThreadFeatureInput object.
#include <Fusion/Features/ThreadFeatureInput.h>

// Get the value of the property.
ThreadLocations propertyValue = threadFeatureInput_var->threadLocation();

// Set the value of the property, where value_var is a ThreadLocations.
bool returnValue = threadFeatureInput_var->threadLocation(value_var);

Property Value

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

Version

Introduced in version January 2015