ThreadFeatures.threadDataQuery Property

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

Description

This function is retired. See more information in the 'Remarks' section below.

Property that returns the ThreadDataQuery object. When creating a thread, the type and size of the thread is specified by referencing thread information defined in one of the XML files in the ThreadData folder. The ThreadDataQuery is an object that supports methods to query the existing threads defined in these files.

Remarks

This method has been replaced by the ThreadDataQuery.create method.

Syntax

"threadFeatures_var" is a variable referencing a ThreadFeatures object.

# Get the value of the property.
propertyValue = threadFeatures_var.threadDataQuery
"threadFeatures_var" is a variable referencing a ThreadFeatures object.
#include <Fusion/Features/ThreadFeatures.h>

// Get the value of the property.
Ptr<ThreadDataQuery> propertyValue = threadFeatures_var->threadDataQuery();

Property Value

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

Samples

Name Description
Thread Feature API Sample Demonstrates creating a new thread feature.

Version

Introduced in version January 2015
Retired in version September 2025