@Anonymous wrote:
.... there are points upper the midpoint of lines multi selected.
I may not understand correctly, either, but to clarify, I have some questions based on the direction of the arrow in the image:
Do you want to select Point objects that are already drawn on Lines, and have them moved to above the Lines on which they lie? If so:
1) What defines how far above the Line each Point should be moved?
2) They look like they're at the midpoints of the Lines, but maybe they're only close to that -- should they be moved the appropriate distance off the Line from wherever they are, or to some position such as above the midpoint even if they are not originally on the midpoint?
3) If "upper" means above the Lines, and the Points are to be moved that way, would it be straight up, or in the more upward direction perpendicular to each Line?
Or do you want to select the Lines, without any Points already drawn, and add a Point above each Line? [Same questions as above about distance and position.]
And some comments on Post 1:
The variable name 'ss' is often used for a selection set, from User selection. If that's what you mean by it, and it contains the multiple objects mentioned [whether those are Lines or Points], you can't use (entget) on a selection set -- it requires an individual entity.
The last line of code there looks like you have a (_point) function defined. If so, can you post the code for it? Or are you trying to use a POINT command there to draw Point objects?
Kent Cooper, AIA