Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dplanesurface.c17 dwg_ent_planesurface *_obj = dwg_object_to_PLANESURFACE (obj); in api_process()
/dports/cad/libredwg/libredwg-0.12.4/bindings/
H A Ddwg.i563 EXPORT Dwg_Entity_PLANESURFACE* dwg_object_to_PLANESURFACE (Dwg_Object* obj);
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py13910 def dwg_object_to_PLANESURFACE(obj): function
13911 return _LibreDWG.dwg_object_to_PLANESURFACE(obj)
H A Dswig_python.c364579 result = (Dwg_Entity_PLANESURFACE *)dwg_object_to_PLANESURFACE(arg1); in _wrap_dwg_object_to_PLANESURFACE()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm728 *dwg_object_to_PLANESURFACE = *LibreDWGc::dwg_object_to_PLANESURFACE;
H A DLibreDWG.c445542 result = (Dwg_Entity_PLANESURFACE *)dwg_object_to_PLANESURFACE(arg1); in XS()