[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] User data (pointer) in objects and entities struct
From: |
Андрей |
Subject: |
Re: [libredwg] User data (pointer) in objects and entities struct |
Date: |
Wed, 03 Aug 2022 15:27:39 +0500 |
Hi!
Yes, I have already registered in the wiki, and slightly corrected the
description. But so far I have nothing to brag about((
I will keep in mind, and I will try to participate in communication
> Hi Andrei
>
> Great to hear that you're working hard on your CAD app. I don't think I've
> seen you in the osarch forum have I?
>
> I've updated your entry in our software directory with the license changes
> since I last checked.
>
> https://wiki.osarch.org/index.php?title=AEC_Free_Software_directory
>
> It would be great if you dropped by the forum for a chat
> https://community.osarch.org/ and maybe tell us about your project.
>
> Regards, Duncan
>
> ------- Original Message -------
>
> On Monday, August 1st, 2022 at 23:12, Андрей <zamtmn@yandex.ru> wrote:
>
>> Good day!
>>
>> I'm trying to use LibreDWG to read DWG files in my cad app
>> (https://github.com/zamtmn/zcad)
>>
>> Can you suggest me if there are fields in objects and entities data
>> structure to store user data for the "parsing" time? I didn't see any of
>> them. Is it possible to add them? this would greatly simplify the resolution
>> of entities referring to each other
>>
>> Thanks!