Document.SelectSet Property
Parent Object: DocumentDescription
Property that returns the SelectSet object.
Syntax
Document.SelectSet() As SelectSetProperty Value
This is a read only property whose value is a SelectSet.Samples
Name | Description |
Add assembly insert constraint | This sample demonstrates the creation of an assembly insert constraint. |
Add assembly mate constraint | This sample demonstrates the creation of an assembly mate constraint. |
Add mate constraint using work planes in parts | This sample demonstrates creating a mate constraint between two occurrences using the work planes within those occurrences. |
Add mate constraint with limits | This sample demonstrates the creation of an assembly mate constraint with maximum and minimum limits defined. |
Find component referenced by balloon | This sample demonstrates how to find the component that a balloon references. |
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. |
OnDrag Event - dragging a WorkPoint | This sample demonstrates the use of the OnDrag event to drag fixed work points when no command is active. This sample only allows drags parallel to the X-Y plane. This sample is dependent on events and VB only supports events within a class module. |