Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A D3dsolid.c12 dwg_ent_3dsolid *_3dsolid = obj->tio.entity->tio._3DSOLID; in api_process() local
16 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, acis_empty, B); in api_process()
21 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, version, BS); in api_process()
26 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, num_blocks, BL); in api_process()
27 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, acis_data, TV); in api_process()
50 CHK_ENTITY_3RD (_3dsolid, 3DSOLID, point); in api_process()
63 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, isolines, BL); in api_process()
69 CHK_ENTITY_TYPE (_3dsolid, 3DSOLID, num_wires, BL); in api_process()
84 wires = _3dsolid->wires; in api_process()
111 silhouettes = _3dsolid->silhouettes; in api_process()
[all …]
H A Ddynapi_test.c5490 if (!obj_obj || !_3dsolid) in test__3DSOLID()
5533 _3dsolid->acis_empty--; in test__3DSOLID()
5548 _3dsolid->acis_empty2--; in test__3DSOLID()
5594 _3dsolid->end_marker--; in test__3DSOLID()
5655 _3dsolid->isolines--; in test__3DSOLID()
5680 _3dsolid->num_blocks--; in test__3DSOLID()
5695 _3dsolid->num_materials--; in test__3DSOLID()
5725 _3dsolid->num_wires--; in test__3DSOLID()
5832 _3dsolid->sab_size--; in test__3DSOLID()
5857 _3dsolid->unknown--; in test__3DSOLID()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_232_acis.py46 _3dsolid = layout.add_3dsolid()
47 assert _3dsolid.dxf.layer == '0'
48 assert _3dsolid.dxf.history_handle == '0'
52 _3dsolid = layout.add_3dsolid(acis_data=TEST_DATA.splitlines())
53 assert TEST_DATA == _3dsolid.tostring()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Ddwgadd.c463 Dwg_Entity__3DSOLID *_3dsolid; in dwg_add_dat() member
918 ent = (lastent_t){.u._3dsolid = dwg_add_TORUS (hdr, &pt1, &pt2, f1, f2), in dwg_add_dat()
922 ent = (lastent_t){.u._3dsolid = dwg_add_SPHERE (hdr, &pt1, &pt2, f1), in dwg_add_dat()
926 ent = (lastent_t){.u._3dsolid = dwg_add_CYLINDER (hdr, &pt1, &pt2, height, f1, f2, len), in dwg_add_dat()
930 ent = (lastent_t){.u._3dsolid = dwg_add_CONE (hdr, &pt1, &pt2, height, f1, f2, len), in dwg_add_dat()
934 ent = (lastent_t){.u._3dsolid = dwg_add_WEDGE (hdr, &pt1, &pt2, len, f1, height), in dwg_add_dat()
938 ent = (lastent_t){.u._3dsolid = dwg_add_BOX (hdr, &pt1, &pt2, len, f1, height), in dwg_add_dat()
942 ent = (lastent_t){.u._3dsolid = dwg_add_PYRAMID (hdr, &pt1, &pt2, height, i1, f1, f2), in dwg_add_dat()
944 else SET_ENT (_3dsolid, _3DSOLID) in dwg_add_dat()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg_api.c16012 if (_3dsolid) in dwg_ent_3dsolid_get_acis_empty()
16031 if (_3dsolid) in dwg_ent_3dsolid_set_acis_empty()
16051 if (_3dsolid) in dwg_ent_3dsolid_get_version()
16070 if (_3dsolid) in dwg_ent_3dsolid_get_acis_data()
16090 if (_3dsolid) in dwg_ent_3dsolid_set_acis_data()
16108 if (_3dsolid) in dwg_ent_3dsolid_get_wireframe_data_present()
16128 if (_3dsolid) in dwg_ent_3dsolid_set_wireframe_data_present()
16146 if (_3dsolid) in dwg_ent_3dsolid_get_point_present()
16165 if (_3dsolid) in dwg_ent_3dsolid_set_point_present()
16183 if (_3dsolid in dwg_ent_3dsolid_get_point()
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h4926 const dwg_ent_3dsolid *restrict _3dsolid, int *restrict error)
4939 const dwg_ent_3dsolid *restrict _3dsolid, int *restrict error)
4943 dwg_ent_3dsolid *restrict _3dsolid, const char present,
4952 dwg_ent_3dsolid_set_point_present (dwg_ent_3dsolid *restrict _3dsolid,
4957 dwg_ent_3dsolid_get_point (const dwg_ent_3dsolid *restrict _3dsolid,
4967 const dwg_ent_3dsolid *restrict _3dsolid, int *restrict error)
4971 dwg_ent_3dsolid_set_isolines (dwg_ent_3dsolid *restrict _3dsolid,
4986 const dwg_ent_3dsolid *restrict _3dsolid, int *restrict error)
4990 dwg_ent_3dsolid_get_wires (const dwg_ent_3dsolid *restrict _3dsolid,
4995 const dwg_ent_3dsolid *restrict _3dsolid, int *restrict error)
[all …]