; error: Function cancelled

; error: Function cancelled

iftikhargulmrd
Enthusiast Enthusiast
1,488 Views
6 Replies
Message 1 of 7

; error: Function cancelled

iftikhargulmrd
Enthusiast
Enthusiast

hey all

can someone adjust error as mention on subject in attached lisp

Best Regards

0 Likes
1,489 Views
6 Replies
Replies (6)
Message 2 of 7

dlanorh
Advisor
Advisor

What version of AutoCAD are you trying to run this in, Plain AutoCAD, Civil, Map?

I am not one of the robots you're looking for

0 Likes
Message 3 of 7

hak_vz
Advisor
Advisor

Original code from INTLINES - draws points in all intersections of selected objects, lines, incl. self-intersections (c...  works correctly in AutoCAD.

 

Your code looks for function CREATEPOINTMANUAL (from Civil 3D) that is used to create point at specific location.

So instead of  CREATEPOINTMANUAL you use command POINT.

 

(command "_POINT" PT))

 

 

 

 

 

 

 

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
0 Likes
Message 4 of 7

iftikhargulmrd
Enthusiast
Enthusiast

want to use in civil 3d to create points  automatic at all intersections

regards 

0 Likes
Message 5 of 7

hak_vz
Advisor
Advisor

I dont't use Civil 3d but from Googling for CREATEPOINTMANUAL

 

(COMMAND ".CREATEPOINTMANUAL" centerpnt "<description or . >" "<elevation or (CADDR centerpnt) or . " "")

 

try.

(COMMAND ".CREATEPOINTMANUAL" pt "."  "." )

 

 

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
0 Likes
Message 6 of 7

iftikhargulmrd
Enthusiast
Enthusiast

sir

no problem for discerption and level civil 3d has option to turn it off,

just to mark all intersection with cogo points,

regards and appreciate 

 

0 Likes
Message 7 of 7

Sea-Haven
Mentor
Mentor

It does not matter if there points you can do everything like number, get xyz etc. Its more about what your trying to do with these points as a end result, the obvious is just put them on a layer.

0 Likes