TheSwamp

Code Red => .NET => Topic started by: kdub_nz on February 05, 2024, 09:08:08 PM

Title: A prodigious work . . DwgFiler
Post by: kdub_nz 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
Title: Re: A prodigious work . . DwgFiler
Post by: It's Alive! 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 ***
Title: Re: A prodigious work . . DwgFiler
Post by: JohnK 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).
Title: Re: A prodigious work . . DwgFiler
Post by: cmwade77 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?
Title: Re: A prodigious work . . DwgFiler
Post by: gile 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 (https://github.com/ActivistInvestor/CustomDwgFiler/blob/main/DwgDataList.cs) file.
Title: Re: A prodigious work . . DwgFiler
Post by: It's Alive! 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
Title: Re: A prodigious work . . DwgFiler
Post by: retsameht 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.