Author Topic: about polyline slice  (Read 11842 times)

0 Members and 1 Guest are viewing this topic.

andy_lee

  • Newt
  • Posts: 147
Re: about polyline slice
« Reply #15 on: May 19, 2015, 07:55:24 AM »
marko. why?

Enter inside wall width : 10     actual value :20
inside wall height :50           

Enter outside wall width : 20        actual value :5
outside wall height :100
andy.
Best regards.

ribarm

  • Gator
  • Posts: 3258
  • Marko Ribar, architect
Re: about polyline slice
« Reply #16 on: May 19, 2015, 10:34:18 AM »
emk2012, I don't have those problems... Maybe it's because I don't use OSNAPs... Place (setvar 'osmode 0) line right before main code - inside (defun c:walls ( / ... ))
Code: [Select]
(defun c:walls ( / ... )

  (vl-load-com)

  (defun *error* ( msg )
    ...
    (princ)
  )

... here ... (setvar 'osmode 0)

... rest of code ...

  (*error* nil)
)

M.R.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

ribarm

  • Gator
  • Posts: 3258
  • Marko Ribar, architect
Re: about polyline slice
« Reply #17 on: June 15, 2015, 02:55:13 PM »
I've updated my lisps posted here :

http://www.theswamp.org/index.php?topic=49453.msg546152#msg546152

Minor changes inside LM's outline function...
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

AIberto

  • Guest
Re: about polyline slice
« Reply #18 on: June 15, 2015, 09:57:30 PM »
I've updated my lisps posted here :

http://www.theswamp.org/index.php?topic=49453.msg546152#msg546152

Minor changes inside LM's outline function...


Thanks for sharing!

ribarm

  • Gator
  • Posts: 3258
  • Marko Ribar, architect
Re: about polyline slice
« Reply #19 on: June 26, 2015, 05:33:57 AM »
Have found some lacks in walls and walls2d.lsp... Updated all posted routines in this topic...

Regards, M.R.

 :wink:
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube

ribarm

  • Gator
  • Posts: 3258
  • Marko Ribar, architect
Re: about polyline slice
« Reply #20 on: March 15, 2016, 04:59:22 AM »
I've successfully updated all my walls lisps to be now applicable for latest versions of ACAD... On A2012+ it should operate on all type of 2d curves that lie in WCS (splines+ellipses included) - it uses OFFSETEDGE command... All lisps that have suffix *-old.lsp are intended to be used on versions A2012-... Lisps without suffix "old" are for A2012+...

HTH, M.R.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube