• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

insert points into line intersections

  • Thread starter Thread starter joe
  • Start date Start date

joe

Guest
a lisp that I would need should insert knots in all the intersections of lines present in the drawing. Do you have any suggestions? Thank you.
 
I tried to use this lisp and I would be of good help
but strangely, it brings me a mistake to the line
vlax-ename->vla-object

as far as they are unable to codify or understand the command lines
I can kindly ask for help in solving the case
 
I tried to use this lisp and I would be of good help
but strangely, it brings me a mistake to the line
vlax-ename->vla-object

as far as they are unable to codify or understand the command lines
I can kindly ask for help in solving the case
Does the error occur in a specific design or in all drawings?
 
in all drawings,
I do not think I have particular settings of my autocad
autocad version 2016
It's very strange.
if on the command line type: !vlax-ename-

Do you get this? "<subr @000000002e75dc28="" vlax-ename-="">vla-object></subr>
 
I followed your directions
and the result is

command: intlines
intlines running to demonstrate get_all_inters_in_ss function.
select objects: !vlax-ename->vla-object
impossible to return to lisp.
*no valid selection*
requires a point or window/last/intersect/all/interceptor/fpoligue/group/additional/multiple/previous/annulla/auto/single
select objects: found(s) 1
select objects: found(s) 1, 2 total
select objects:
; error: no function definition: vlax-ename->vla-object

Thank you for your availability, I remain waiting
 
; error: no function definition: vlax-ename->vla-object

it seems that a sw module for managing advanced activex functions is not loaded, although the explicit : vl-load-com is required at the beginning of the file.

I think you should reinstall autocad or, better, repair the installation via:
control panel -> progamme and function -> autocad / repair

Before doing this, you make a final command line attempt (with no active command) write: (vl-load-com) and then send and then call your program.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top