LibreDWG API  0.13.3
LibreDWG API - The DWG Library
_dwg_object_ref Struct Reference

#include <dwg.h>

Data Fields

struct _dwg_objectobj
 
Dwg_Handle handleref
 
BITCODE_RLL absolute_ref
 
BITCODE_RSd r11_idx
 

Detailed Description

object references: obj is resolved by handleref (e.g. via dwg_resolve_handleref) when reading a DWG to the respective Dwg_Object, and absolute_ref is resolved to the global _dwg_struct::object_ref index. It is the same as the hex number in the DXF handles.

Used as Dwg_Object_Ref

Field Documentation

◆ absolute_ref

BITCODE_RLL _dwg_object_ref::absolute_ref

◆ handleref

Dwg_Handle _dwg_object_ref::handleref

◆ obj

struct _dwg_object* _dwg_object_ref::obj

◆ r11_idx

BITCODE_RSd _dwg_object_ref::r11_idx

The documentation for this struct was generated from the following file: