Author Topic: Find path of partial-cuix  (Read 1645 times)

0 Members and 1 Guest are viewing this topic.

Peter2

  • Swamp Rat
  • Posts: 650
Find path of partial-cuix
« on: November 22, 2013, 01:46:40 PM »
I have a partial-cuix, e.g. "d:\software\acad\my\test.cuix". If I know only the name "test.cuix" - how can I get the path via Lisp?

Thanks in advance
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Find path of partial-cuix
« Reply #1 on: November 22, 2013, 03:24:03 PM »
If the CUIX is already loaded and you know its internal group name, then you can do the same as I did in my Caddons:Path defun here: http://sourceforge.net/p/caddons/code/HEAD/tree/Caddons.MNL
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

Peter2

  • Swamp Rat
  • Posts: 650
Re: Find path of partial-cuix
« Reply #2 on: November 22, 2013, 04:48:56 PM »
Thank you, I got it  :-) :-)
Peter

AutoCAD Map 3D 2023 German (so some technical terms will be badly retranslated to English)
BricsCAD V23

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Find path of partial-cuix
« Reply #3 on: November 23, 2013, 06:19:43 AM »
Glad to help  8-)
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.