libredwg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libredwg] How to get common entity data for objects


From: guruprasad rane
Subject: Re: [libredwg] How to get common entity data for objects
Date: Wed, 9 Nov 2011 09:38:55 +0530

Thank you for the reply....

I will try with this....

On 8 November 2011 23:46, Rodrigo Rodrigues da Silva <address@hidden> wrote:
On 11/08/2011 05:59 AM, guruprasad rane wrote:
> Can anyone tell me what are the functions used for getting common entity
> data like layers properties, lineweight properties, etc for an object
> using LibreDwg.

Example:
   sprintf(buf, ", %d", obj->tio.entity->lineweight);

obj->tio.entity (Dwg_Object_Entity* - common entity data)
obj->tio.object (Dwg_Object_Object* - common object data)

obj is Dwg_Object*

--
Rodrigo Rodrigues da Silva

http://garoa.net.br
http://polignu.org
http://gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]