Home
last modified time | relevance | path

Searched refs:hatch_angle (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsection_settings.c28 BITCODE_BD hatch_angle; in api_process() local
80 CHK_SUBCLASS_TYPE (geom[j], SECTION_geometrysettings, hatch_angle, BD); in api_process()
81 CHK_SUBCLASS_MAX (geom[j], SECTION_geometrysettings, hatch_angle, BD, MAX_ANGLE); in api_process()
/dports/graphics/epix/epix-1.2.19/
H A Deepic.cc82 const double hatch_angle(m_hatch); in print_fill() local
103 hatch_data bd1(hatch_angle, hatch_width.magnitude(), edges); in print_fill()
109 hatch_data bd2(hatch_angle+90, hatch_width.magnitude(), edges); in print_fill()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h6902 BITCODE_BD hatch_angle; /* DXF 41 */ member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec6976 SUB_FIELD_BD (types[rcount1].geom[rcount2], hatch_angle, 41);
H A Ddynapi.c12141 …"hatch_angle", "BD", sizeof (BITCODE_BD), OFF (struct _dwg_SECTION_geometrysettings, hatch_angle),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-112176 'hatch_angle'
H A Ddynapi.texi14972 @item hatch_angle
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py8507hatch_angle = property(_LibreDWG.Dwg_SECTION_geometrysettings_hatch_angle_get, _LibreDWG.Dwg_SECTI… variable in Dwg_SECTION_geometrysettings
H A Dswig_python.c253157 if (arg1) (arg1)->hatch_angle = arg2; in _wrap_Dwg_SECTION_geometrysettings_hatch_angle_set()
253180 result = (BITCODE_BD) ((arg1)->hatch_angle); in _wrap_Dwg_SECTION_geometrysettings_hatch_angle_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c309226 if (arg1) (arg1)->hatch_angle = arg2; in XS()
309256 result = (BITCODE_BD) ((arg1)->hatch_angle); in XS()