PartFeatures.ThreadFeatures Property
Parent Object: PartFeaturesDescription
Property that returns the ThreadFeatures collection object. This collection provides access to existing ThreadFeature objects and provides functionality to create new ThreadFeature objects.
Syntax
PartFeatures.ThreadFeatures() As ThreadFeaturesProperty Value
This is a read only property whose value is a ThreadFeatures.Samples
Name | Description |
Thread Feature Create | This sample demonstrates the creation of a thread feature. It creates a cylinder in a new part document and creates a thread feature on the cylinder. |
Edit thread features | The following example demonstrates how to edit an existing thread feature. |