Author Topic: Clipit Autolisp  (Read 3667 times)

0 Members and 1 Guest are viewing this topic.

diago

  • Guest
Clipit Autolisp
« on: January 06, 2015, 07:48:44 PM »
Hi everyone I work with Autocad 2013 for Mac and this version doesn`t have the "Expresss" tool option, that`s why I can`t use the "Cliptit " command to work with external References. So is there any Autolisp file which could replace this important command?

Thanks in advance!
« Last Edit: January 08, 2015, 12:24:35 PM by diago »

diago

  • Guest
Re: Clipit Autolisp
« Reply #1 on: January 08, 2015, 12:25:21 PM »
I found this auto lisp but doesn't work for me it appears this message :

Command: CLIPIT
; error: no function definition: ACET-ERROR-INIT

danallen

  • Guest
Re: Clipit Autolisp
« Reply #2 on: January 08, 2015, 01:25:35 PM »
You need the full express tools support routines with that error handler, and more subfunctions used in the clipit.lsp

Check your installer for AutoCAD, in the past it was a separate option for express tools from the main install menu.


diago

  • Guest
Re: Clipit Autolisp
« Reply #3 on: January 08, 2015, 04:26:33 PM »
Unfortunately with Autocad 2013 for Mac "Express Tool" is not an option for using. That`s why I try to use "Clipit" as Autolisp file to work with XReferences.

danallen

  • Guest
Re: Clipit Autolisp
« Reply #4 on: January 08, 2015, 04:34:51 PM »
what function are you needing from Clipit? Is it the changing of curves to segments?

diago

  • Guest
Re: Clipit Autolisp
« Reply #5 on: January 08, 2015, 06:08:30 PM »
Dan, the definition of "Clipit" command is to provide the option for clipping Xrefs or Images with curves or lines. After that you see that it removes the display of the all other objects.

http://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-1200C4A7-53EC-43C3-8667-749E83FCDD35-htm.html


« Last Edit: January 08, 2015, 06:17:39 PM by diago »

diago

  • Guest
Re: Clipit Autolisp
« Reply #6 on: January 11, 2015, 05:56:41 PM »
Any suggestion?  :roll:

Lee Mac

  • Seagull
  • Posts: 12928
  • London, England
Re: Clipit Autolisp
« Reply #7 on: January 11, 2015, 06:37:42 PM »
Use a PC  :-D ;-)

danallen

  • Guest
Re: Clipit Autolisp
« Reply #8 on: January 11, 2015, 08:37:44 PM »
Use Lee's routine to create segmented pline from your curves, then standard xclip command

http://www.lee-mac.com/segmentcurve.html

ronjonp

  • Needs a day job
  • Posts: 7531
Re: Clipit Autolisp
« Reply #9 on: January 11, 2015, 09:37:12 PM »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

diago

  • Guest
Re: Clipit Autolisp
« Reply #10 on: January 16, 2015, 05:33:59 PM »
 k thanks .   :roll:

cmwade77

  • Swamp Rat
  • Posts: 1447
Re: Clipit Autolisp
« Reply #11 on: January 21, 2015, 11:38:54 AM »
Unfortunately, Lee's routine uses VLA commands which don't work in AutoCAD for Mac, so that may not be a choice either.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Clipit Autolisp
« Reply #12 on: January 21, 2015, 02:22:51 PM »
Convert your curves to line segments.
Draw your clipping boundary with line segments only.
Use the POLYGON command to create a "circle" or "arc" made from many line segments.