Search the Community
Showing results for tags 'selectionset'.
-
lisp Select polylines between two selected blocks.
srikanth_0126 posted a topic in AutoLISP, Visual LISP & DCL
Hi, i have multiple polylines in a series and block are placed on them. i want to select the polylines between two selected blocks. sample file is attached. Thanks, Srikanth select_between _two_blocks_sample.dwg -
How to utilize built-in Rotate command with SelectionSet?
Alex_AMF posted a topic in .NET, ObjectARX & VBA
Hello, Our users must be able to rotate a bunch of lines, circles, blocks etc (which result in looking like a conveyor). I am trying to pass a SelectionSet using the built-in rotate command of AutoCAD. I got a lot of help on the AutoDesk forums: http://forums.autodesk.com/t5/net/how-to-pass...- 7 replies
-
- selectionset
- rotate
-
(and 2 more)
Tagged with:
-
Hi, I am writing code on modifying items in pickfirstselectionset. Everything goes well in VBA editor. But after I attached macro to a toolbar button, the selection is cancelled when clicking the button and then no changes to the previous selected objects. I used vbarun in command line, it...
- 1 reply
-
- selectionset
- macro
-
(and 1 more)
Tagged with:
-
Hey gang! Quick question (hopefully).... Would there be any reason why several block references with (Locked and Constant) attributes do not get added to a Selection Set created using the .Select acSelectionSetWindow method? It's picking up all of the other items including block referenc...
- 2 replies
-
- selection set
- locked attribute
-
(and 3 more)
Tagged with:
-
Hi everyone, If you read these line, i hope you're little familar with selectionset in vba I made some search in google and on a lot of forum with the text i put in the title but everything i can find is the "prompt for an object to select" Never ever i was able to launch any command with ACTIVE...