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: Rodrigo Rodrigues da Silva
Subject: Re: [libredwg] How to get common entity data for objects
Date: Tue, 08 Nov 2011 16:16:05 -0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15

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]