PartFeature.Faces Property
Parent Object: PartFeatureDescription
Property that returns a collection that provides access to all of the faces of the feature. The Faces collection object will return the faces that still currently exist in the part. For example, if a face has been consumed by additional modeling operations it will not be returned.
Syntax
PartFeature.Faces() As FacesProperty Value
This is a read only property whose value is a Faces.Samples
Name | Description |
Create sheet metal face and flange features | This sample demonstrates the creation of sheet metal face and flange features. |