Author Topic: How to Entmake region?  (Read 6580 times)

0 Members and 1 Guest are viewing this topic.

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: How to Entmake region?
« Reply #15 on: January 24, 2011, 07:57:07 AM »
...
(5) that is what you need?
...
Perfect

How to sort object refer to its area?
...
(4) boolean (the Max area region)-(the other region).
...

qjchen

  • Bull Frog
  • Posts: 285
  • Best wishes to all
Re: How to Entmake region?
« Reply #16 on: January 24, 2011, 08:14:22 AM »
How to sort object refer to its area?
...
(4) boolean (the Max area region)-(the other region).
...

((bound1-name area1) (bound2-name area2)....), then vla-sort  :)
http://qjchen.mjtd.com
My blog http://chenqj.blogspot.com (Chinese, can be translate into English)

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: How to Entmake region?
« Reply #17 on: January 24, 2011, 08:57:54 AM »
Could I call a command then use VLA-***

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: How to Entmake region?
« Reply #18 on: January 24, 2011, 09:08:47 AM »
Could I call a command then use VLA-***

Code: [Select]
(vla-sendcommand (vla-get-activedocument (vlax-get-acad-object)) "your command string")