Home
last modified time | relevance | path

Searched refs:DWG_TYPE__3DFACE (Results 1 – 23 of 23) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A D3dface.c1 #define DWG_TYPE DWG_TYPE__3DFACE
H A Dadd_test.c294 case DWG_TYPE__3DFACE: in test_add()
1044 error += test_add (DWG_TYPE__3DFACE, "add_3dface_2000", dxf); in main()
H A Ddynapi_test.c62010 if (obj->fixedtype == DWG_TYPE__3DFACE) in test_object()
62618 if (obj->fixedtype == DWG_TYPE__3DFACE) in test_object()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas289 DWG_TYPE__3DFACE := $1c,
378 DWG_TYPE__3DFACE :result:='DWG_TYPE__3DFACE';
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c764 .type = DWG_TYPE__3DFACE}; in dwg_add_dat()
770 .type = DWG_TYPE__3DFACE}; in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dfree.c692 case DWG_TYPE__3DFACE: in dwg_free_object()
982 case DWG_TYPE__3DFACE: in dwg_free_object_private()
H A Dprint.c481 case DWG_TYPE__3DFACE: in dwg_print_object()
H A Dobjects.in56 "3DFACE", "3DFACE", DWG_TYPE__3DFACE, 1, STABLE
H A Dout_geojson.c819 case DWG_TYPE__3DFACE: in dwg_geojson_object()
H A Dobjects.c923 …->stringpool_str166, "3DFACE", DWG_TYPE__3DFACE, 1, STABLE}, in in_word_set()
H A Dout_json.c1561 case DWG_TYPE__3DFACE: in dwg_json_object()
H A Dout_dxfb.c1634 case DWG_TYPE__3DFACE:
H A Ddecode.c4296 case DWG_TYPE__3DFACE: in obj_has_strings()
5677 case DWG_TYPE__3DFACE: in dwg_decode_add_object()
H A Dout_dxf.c2673 case DWG_TYPE__3DFACE:
H A Dencode.c3594 case DWG_TYPE__3DFACE: in dwg_encode_add_object()
H A Din_dxf.c11845 else if (obj->type == DWG_TYPE__3DFACE && dwg->header.version >= R_2000) in new_object()
H A Ddynapi.c12816 …{ "3DFACE", DWG_TYPE__3DFACE /*(28)*/, _dwg_3DFACE_fields, sizeof (struct _dwg_entity_3DFACE) }, /…
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2SVG.c712 case DWG_TYPE__3DFACE: in output_object()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h337 DWG_TYPE__3DFACE = 0x1c, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py233 DWG_TYPE__3DFACE = _LibreDWG.DWG_TYPE__3DFACE variable
H A Dswig_python.c387474 SWIG_Python_SetConstant(d, "DWG_TYPE__3DFACE",SWIG_From_int((int)(DWG_TYPE__3DFACE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm30856 *DWG_TYPE__3DFACE = *LibreDWGc::DWG_TYPE__3DFACE;
H A DLibreDWG.c468314 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE__3DFACE))); in XS()