ThreadFeatures.threadDataQuery Property
Parent Object: ThreadFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ThreadFeatures.h>
Description
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.
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. |