Author Topic: A prodigious work . . DwgFiler  (Read 601 times)

0 Members and 1 Guest are viewing this topic.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2140
  • class keyThumper<T>:ILazy<T>
A prodigious work . . DwgFiler
« on: February 05, 2024, 09:08:08 PM »
From Tony.

worth a study, I think.

https://github.com/ActivistInvestor/CustomDwgFiler

Thanks to TonyT !

added:
still under testing, so keep an eye on it for updates.

Regards,
Kerry
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8718
  • AKA Daniel
Re: A prodigious work . . DwgFiler
« Reply #1 on: February 05, 2024, 09:28:19 PM »
Yeah, I didn’t know I was arguing with the master until I the repository.

***gracefully bows out ***

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: A prodigious work . . DwgFiler
« Reply #2 on: February 05, 2024, 09:56:31 PM »
Yeah, I didn’t know I was arguing with the master until I the repository.

***gracefully bows out ***

You were arguing with him? hehe ...I've done that once; it was "fun" (for him).
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: A prodigious work . . DwgFiler
« Reply #3 on: February 23, 2024, 01:55:52 PM »
For those of us that are not masters, can you please explain in plain english what this does before I download it?

gile

  • Gator
  • Posts: 2507
  • Marseille, France
Re: A prodigious work . . DwgFiler
« Reply #4 on: February 23, 2024, 02:47:35 PM »
For those of us that are not masters, can you please explain in plain english what this does before I download it?
You can simply read the header comments of the DwgDataList.cs file.
Speaking English as a French Frog

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8718
  • AKA Daniel
Re: A prodigious work . . DwgFiler
« Reply #5 on: February 23, 2024, 05:07:07 PM »
For those of us that are not masters, can you please explain in plain english what this does before I download it?

It’s exactly like lisp's entget, except instead of DXF data, you get the DWG data. It’s useful in rare occasions where some data is not exposed in a class, or you just want to poke around

retsameht

  • Mosquito
  • Posts: 16
Re: A prodigious work . . DwgFiler
« Reply #6 on: February 28, 2024, 05:43:53 PM »
From Tony.

worth a study, I think.

https://github.com/ActivistInvestor/CustomDwgFiler

Thanks to TonyT !

added:
still under testing, so keep an eye on it for updates.

Regards,
Kerry

Thanks, but I should probably caution others that this class was written very quickly and was barely-tested. I needed a custom DwgFiler to find ObjectId references (for use with the 'Find Referencing Objects' function in my home-grown DBView/MgdDbg-like tool).

If i can find the time, I would like to break-out the entire 'Find references' functionality from that tool and make it available as well, since it's been one of the most-helpful tools I've ever built. Saved my tail more times than I can recall.
« Last Edit: February 28, 2024, 05:54:42 PM by retsameht »