Home
last modified time | relevance | path

Searched refs:material_handle (Results 1 – 20 of 20) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_115_new_empty_drawing.py46 assert doc.layers.get('0').dxf.material_handle == doc.materials['Global'].dxf.handle
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dassocasmbodyactionparam.c125 CHK_SUBCLASS_H (materials[i], 3DSOLID_material, material_handle); in api_process()
H A Dregion.c133 CHK_SUBCLASS_H (materials[i], 3DSOLID_material, material_handle); in api_process()
H A Dacsh_brep_class.c123 CHK_SUBCLASS_H (materials[i], 3DSOLID_material, material_handle); in api_process()
H A Dbody.c128 CHK_SUBCLASS_H (materials[i], 3DSOLID_material, material_handle); in api_process()
H A D3dsolid.c166 CHK_SUBCLASS_H (_3dsolid->materials[i], 3DSOLID_material, material_handle); in api_process()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Dlayer_table_entry.rst90 .. attribute:: dxf.material_handle
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dlayer.py130 self.dxf.material_handle = handle
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dimporter.py209 entity.dxf.material_handle = self._default_material_handle
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dout_json.c1452 SUB_FIELD_HANDLE (materials[rcount1], material_handle, 5, 0); in json_3dsolid()
H A Ddwg.spec2314 SUB_FIELD_HANDLE (materials[rcount1], material_handle, 5, 0); \
H A Ddynapi.c10343 …{ "material_handle", "H", sizeof (BITCODE_H), OFF (struct _dwg_3DSOLID_material, material_handle),
/dports/cad/py-ezdxf/ezdxf-0.16.3/
H A DNEWS.md690 - renamed `Layer.dxf.material` to `Layer.dxf.material_handle`
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h1881 BITCODE_H material_handle; /* code 5 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-110478 'material_handle'
H A Ddynapi.texi12574 @item material_handle
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py2048material_handle = property(_LibreDWG.Dwg_3DSOLID_material_material_handle_get, _LibreDWG.Dwg_3DSOL… variable in Dwg_3DSOLID_material
H A Dswig_python.c59342 if (arg1) (arg1)->material_handle = arg2; in _wrap_Dwg_3DSOLID_material_material_handle_set()
59365 result = (BITCODE_H) ((arg1)->material_handle); in _wrap_Dwg_3DSOLID_material_material_handle_get()
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.411188 material = _cogl_material_pointer_from_handle (material_handle);
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c71094 if (arg1) (arg1)->material_handle = arg2; in XS()
71124 result = (BITCODE_H) ((arg1)->material_handle); in XS()