Home
last modified time | relevance | path

Searched refs:DWG_TYPE_SWEPTSURFACE (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsweptsurface.c2 #define DWG_TYPE DWG_TYPE_SWEPTSURFACE
H A Dcommon.c298 DWG_TYPE == DWG_TYPE_SWEPTSURFACE || in main()
H A Ddynapi_test.c62150 else if (obj->fixedtype == DWG_TYPE_SWEPTSURFACE) in test_object()
62758 else if (obj->fixedtype == DWG_TYPE_SWEPTSURFACE) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in126 "SWEPTSURFACE", "SWEPTSURFACE", DWG_TYPE_SWEPTSURFACE, 1, DEBUGGING
H A Dobjects.c1031 …0)->stringpool_str277, "SWEPTSURFACE", DWG_TYPE_SWEPTSURFACE, 1, DEBUGG… in in_word_set()
H A Ddwg.c1546 type == DWG_TYPE_SWEPTSURFACE)); in dwg_obj_is_3dsolid()
H A Ddynapi.c13091 …{ "SWEPTSURFACE", DWG_TYPE_SWEPTSURFACE /*(715)*/, _dwg_SWEPTSURFACE_fields, sizeof (struct _dwg_e…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h614 DWG_TYPE_SWEPTSURFACE, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py501 DWG_TYPE_SWEPTSURFACE = _LibreDWG.DWG_TYPE_SWEPTSURFACE variable
H A Dswig_python.c387742 SWIG_Python_SetConstant(d, "DWG_TYPE_SWEPTSURFACE",SWIG_From_int((int)(DWG_TYPE_SWEPTSURFACE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31124 *DWG_TYPE_SWEPTSURFACE = *LibreDWGc::DWG_TYPE_SWEPTSURFACE;
H A DLibreDWG.c469654 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_SWEPTSURFACE))); in XS()