Home
last modified time | relevance | path

Searched refs:dwg_setup_DIMSTYLE (Results 1 – 5 of 5) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h9276 EXPORT int dwg_setup_DIMSTYLE (Dwg_Object *obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py12283 def dwg_setup_DIMSTYLE(obj): function
12284 return _LibreDWG.dwg_setup_DIMSTYLE(obj)
H A Dswig_python.c351572 result = (int)dwg_setup_DIMSTYLE(arg1); in _wrap_dwg_setup_DIMSTYLE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm192 *dwg_setup_DIMSTYLE = *LibreDWGc::dwg_setup_DIMSTYLE;
H A DLibreDWG.c429727 result = (int)dwg_setup_DIMSTYLE(arg1); in XS()