Home
last modified time | relevance | path

Searched refs:dwg_object_to_DIMENSION_RADIUS (Results 1 – 6 of 6) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddimension_radius.c19 dwg_ent_dim_radius *dim_radius = dwg_object_to_DIMENSION_RADIUS (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i516 EXPORT Dwg_Entity_DIMENSION_RADIUS* dwg_object_to_DIMENSION_RADIUS (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13772 def dwg_object_to_DIMENSION_RADIUS(obj): function
13773 return _LibreDWG.dwg_object_to_DIMENSION_RADIUS(obj)
H A Dswig_python.c363521 result = (Dwg_Entity_DIMENSION_RADIUS *)dwg_object_to_DIMENSION_RADIUS(arg1); in _wrap_dwg_object_to_DIMENSION_RADIUS()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm682 *dwg_object_to_DIMENSION_RADIUS = *LibreDWGc::dwg_object_to_DIMENSION_RADIUS;
H A DLibreDWG.c444254 result = (Dwg_Entity_DIMENSION_RADIUS *)dwg_object_to_DIMENSION_RADIUS(arg1); in XS()