ThreadFeatures.threadDataQuery Property
Parent Object: ThreadFeaturesDefined 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. |
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 2015Retired in version September 2025
