ExtrudeFeature.SideFaces Property
Parent Object: ExtrudeFeatureDescription
Property that returns a object that provides access to all of the faces created around the perimeter of the feature.
Syntax
ExtrudeFeature.SideFaces() As FacesProperty Value
This is a read only property whose value is a Faces.Samples
Name | Description |
Add a decal feature | This sample demonstrates the creation of a decal feature. |
Highlight Feature Faces | This sample highlights the faces of an extrusion, revolution, or hole feature. It differentiates the faces on the start cap, end cap, and side faces by highlighting them in different colors. The HighlightFeatureFaces sub highlights the feature faces. Since the highlight set objects are declared outside of this sub, the highlighting remains after the sub has finished executing. Use the ClearHighlight sub to clear the highlighting that does so by releasing the HighlightSet objects. |
Sketch from Face Silhouette | This sample creates a cylindrical solid, creates a new sketch plane and creates some new sketch lines from the actual edges and the apparent (silhouette) edges of the cylinder. |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |
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. |