Home
last modified time | relevance | path

Searched refs:_3DFACE (Results 1 – 15 of 15) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.inc20 DWG_ENTITY (_3DFACE)
H A Dgen-dynapi.pl1760 $STABLE{_3DFACE}++;
H A Ddwg_api.c460 DWG_GETALL_ENTITY (_3DFACE) in dwg_get_OBJECT()
799 CAST_DWG_OBJECT_TO_ENTITY (_3DFACE) in dwg_get_OBJECT()
23685 API_ADD_ENTITY (_3DFACE); in dwg_add_3DFACE()
H A Din_dxf.c11847 Dwg_Entity__3DFACE *o = obj->tio.entity->tio._3DFACE; in new_object()
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dadd_test.c886 TEST_ENTITY (_3DFACE); in test_add()
H A Ddynapi_test.c5385 Dwg_Entity__3DFACE *restrict _3dface = obj->tio.entity->tio._3DFACE; in test__3DFACE()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2SVG.c530 Dwg_Entity__3DFACE *ent = obj->tio.entity->tio._3DFACE; in output_3DFACE()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c771 else SET_ENT (_3dface, _3DFACE) in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h840 dwg_get_OBJECT_DECL (ent__3dface, _3DFACE);
1161 DWG_GETALL_ENTITY_DECL (_3DFACE);
1502 CAST_DWG_OBJECT_TO_ENTITY_DECL (_3DFACE);
H A Ddwg.h7847 Dwg_Entity__3DFACE *_3DFACE; member
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS645 * Fix _3DSOLID,_3DFACE dxfname and 3DSOLID, BODY subclass names
H A DChangeLog1376 which fixes _3DFACE dxf 0 names
3662 spec: fix _3DFACE
4318 _3DFACE still manually, as the entity_name for these is without _
4322 api: add missing _3DFACE, _3DSOLID
8880 json: fix _names, like _3DFACE
11730 and after: _3DFACE.has_no_flags
14413 dxf: fix _3DSOLID,_3DFACE dxfname
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10555_3DFACE = property(_LibreDWG._dwg_object_entity_tio__3DFACE_get, _LibreDWG._dwg_object_entity_tio_… variable in _dwg_object_entity_tio
H A Dswig_python.c4146 Dwg_Entity__3DFACE *_3DFACE; member
308777 if (arg1) (arg1)->_3DFACE = arg2; in _wrap__dwg_object_entity_tio__3DFACE_set()
308800 result = (Dwg_Entity__3DFACE *) ((arg1)->_3DFACE); in _wrap__dwg_object_entity_tio__3DFACE_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c2995 Dwg_Entity__3DFACE *_3DFACE; member
377054 if (arg1) (arg1)->_3DFACE = arg2; in XS()
377084 result = (Dwg_Entity__3DFACE *) ((arg1)->_3DFACE); in XS()