HighlightSet.Color Property
Parent Object: HighlightSetDescription
Gets/Sets the color of the highlight set.
Syntax
HighlightSet.Color() As ColorProperty Value
This is a read/write property whose value is a Color.Samples
Name | Description |
Interference Analysis | This sample demonstrates the functions used to calculate interference analysis in an assembly. |
Creating a HighlightSet | Demonstrates creating a highlight set. |
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. |