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