Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ASSOCIATIVE HATCH SELECT OBJECT

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
393 Views, 0 Replies

ASSOCIATIVE HATCH SELECT OBJECT

(DEFUN C:AS()

(setq

OBJ(CAR(ENTSEL))

VOBJ(VLAX-ENAME->VLA-OBJECT OBJ)

LA(STRCAT(VLA-GET-LAYER VOBJ))

)

(COMMAND "-HATCHEDIT" OBJ "B" "" "" )

(SETQ OBJ1(ENTLAST))

(COMMAND "DRAWORDER" OBJ1 "" "BA")

(COMMAND "CHANGE" OBJ1 "" "P" "LA" LA "")

 

 

(ALERT "THE SELECTED HATCH ARE STRETCHABLE")


)

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost