Message 1 of 1
Deselect, turn off cold grips 4 only some of PICKFIRST set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[code]
If Not ThisDrawing.PickfirstSelectionSet.Count = 0 Then
ThisDrawing.SendCommand "(sssetfirst) " ' runs lisp to deselect & turn off grips
End If
[/code]
The above code is the only way I've found to do this... it works to deselect and turn of grips for the whole PickfirstSelectionSet.
... but haven't found a good way to do this for a given entity that is a member of PickfirstSelectionSet.
... any ideas?
If Not ThisDrawing.PickfirstSelectionSet.Count = 0 Then
ThisDrawing.SendCommand "(sssetfirst) " ' runs lisp to deselect & turn off grips
End If
[/code]
The above code is the only way I've found to do this... it works to deselect and turn of grips for the whole PickfirstSelectionSet.
... but haven't found a good way to do this for a given entity that is a member of PickfirstSelectionSet.
... any ideas?