Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dspline.c29 dwg_ent_spline *spline = dwg_object_to_SPLINE (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i547 EXPORT Dwg_Entity_SPLINE* dwg_object_to_SPLINE (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13865 def dwg_object_to_SPLINE(obj): function
13866 return _LibreDWG.dwg_object_to_SPLINE(obj)
H A Dswig_python.c364234 result = (Dwg_Entity_SPLINE *)dwg_object_to_SPLINE(arg1); in _wrap_dwg_object_to_SPLINE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm713 *dwg_object_to_SPLINE = *LibreDWGc::dwg_object_to_SPLINE;
H A DLibreDWG.c445122 result = (Dwg_Entity_SPLINE *)dwg_object_to_SPLINE(arg1); in XS()