Jump to content

line new layer my lisp not working please fix


Recommended Posts

Posted

Your missing the "n" for new (command "-layer" "n" "myline" "C" "myline" 1 "LT" "myline" "Dashed" "")

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

  • sanjeeve

    9

  • BIGAL

    6

  • Lee Mac

    4

  • MSasu

    2

Posted
Normally to create new layer

I use (command "layer" "myline" "color" "red" "" "")

but I couldn't see that line in you lisp but it create layer how

..........

   ;; Create/set/thaw/turn on/unlock the required layer
   (command "_.-layer" "_m" lay "_t" lay "_on" lay "_u" lay "")

Posted
..........

Hi lee I have one more thing I hope you can help me for this

I have to create point 1.2m offset along property line for house

Every time I have to offset then extend the line to intersect property line then change layer to my point layer then insert point to intersection point is there any way you could write a lisp for me

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...