Search the Community
Showing results for tags 'selection set'.
-
Processing a selection set of LightWeight Polylines to provide midpoints
KarlG posted a topic in AutoLISP, Visual LISP & DCL
I cant seem to pass in any way a selection set for each polyline to place a point at the midpoint of a each polyline? Its driving me nuts, I have tried modifying the origianal code to select the list and process that way but it still isnt working (defun c:MidPoly ( / ent ename entl en oname... -
accessing entity in a codes windows selection set
maerfl posted a topic in AutoLISP, Visual LISP & DCL
Hello I'm not able to figure out how to easily access the first entity of a slection set created with coded windows selection. I want to read out coodinates of the first point of 2 different objects which are "grabed" in a coded windows selection set. One polyline, one line. Then I want to c...- 2 replies
-
- selection set
- point
-
(and 3 more)
Tagged with:
-
Count Occurrences of Specific String
bcarlso2 posted a topic in The CUI, Hatches, Linetypes, Scripts & Macros
I am trying to script a counter of specific strings. How can I select all occurrences of text that has a specific value? I cannot use filter or quickselect, and I cannot get selection sets to find specified values. Any help would be greatly appreciated. I am using ACADE 2015.- 5 replies
-
- selection set
- script
-
(and 3 more)
Tagged with:
-
I often use selection sets in my programming but always encounter difficulties when they are empty. why is it so problematic? is it because of the nature of nil who is a atom and a list at the same time. Most of the time I make sure my selection set is never empty, I insert a dummy object and then r...
-
Boundary Creation Lisp- by Text selections
zefreestijl posted a topic in AutoLISP, Visual LISP & DCL
Thread: Boundary Creation Lisp- a request HI, I just learned how to create boundary smoothly from the above post. is there a way to create boundary by the coordinates of selected Texts? Thanks!- 5 replies
-
- coordinate
- boundaries
-
(and 2 more)
Tagged with:
-
I m trying to make a selection set using a point and a couple of lines passing through this point (caution, NOT terminating). I want to select lines of specific layers. What I m typing is this (setq pt (getpoint "\nSelect point: ")) (setq ss (ssget pt '((0 . "LINE") (8 . "mylayer")))) Un...
- 5 replies
-
- selection set
- point
-
(and 3 more)
Tagged with:
-
Hello, I have chosen a selection set with ssget and stored in a variable "AWS". How should programiert a selection set that you want to do the following. If the layer A is present in the selection set AWS, then search all the dimensions in the selection set AWS. When dimensions in A...
-
I need a way to select everything but the centerlines within a block. They extend beyond the part which I hope to find the actual envelope dimensions of. I will then iterate through the remaining parts to find the max/envelope dimensions. The issue is this block is in a document with many other...
-
- selection set
- filters
-
(and 2 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 all, is it possible to filter selection set to contain only minserted blocks? If so, how? Thanks to anyone who spends her/his time to get any answer to the problem.
- 8 replies
-
- selection set
- minsert
-
(and 2 more)
Tagged with:
-
Hi everybody. I am new to lisp, so I need your help. I have a diagram with different lines. I need to select each line separately and change a color and a line weight of it. I have one problem right now. here is the example of my selection set line (setq ssLine (ssget "X"(list (cons 0...
- 1 reply
-
- polyline
- constraint
-
(and 3 more)
Tagged with: