Login | Sign Up
 





 
AutoLISP Function Detail
Name: ssgetfirst

Syntax:
(ssgetfirst)

Description:
Returns a list with two selection sets contained in it. The first set is referenced to objects that were gripped but not hot (or selected). The second set is referenced to objects that were gripped and hot (or selected).

Example(s):
(setq SS_NEW (ssgetfirst))
(<Selection set: 5> <Selection set: 6>)

(setq SS_NEW (ssgetfirst))
(<Selection set: 7> nil)