PartFeatures.ExtrudeFeatures Property
Parent Object: PartFeaturesDescription
Property that returns the collection object. This collection provides access to existing ExtrudeFeature objects and provides functionality to create new ExtrudeFeature objects.
Syntax
PartFeatures.ExtrudeFeatures() As ExtrudeFeaturesProperty Value
This is a read only property whose value is an ExtrudeFeatures.Samples
Name | Description |
Display feature information | Displays information about all of the extrude features in the active document. A part document must be active when this is run. |
Extrude Feature - Create Block with Pocket | This sample demonstrates creating a simple solid consisting a block with a pocket. It shows how to create a sketch plane at a specified orientation to existing geometry. |
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. |