Home
last modified time | relevance | path

Searched refs:close_to_axis (Results 1 – 12 of 12) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Drevolvedsurface.c27 BITCODE_B close_to_axis; in api_process() local
88 CHK_ENTITY_TYPE (_obj, REVOLVEDSURFACE, close_to_axis, B); in api_process()
H A Ddynapi_test.c19698 BITCODE_B close_to_axis; in test_REVOLVEDSURFACE() local
19699 …dwg_dynapi_entity_value (revolvedsurface, "REVOLVEDSURFACE", "close_to_axis", &close_to_axis, NULL) in test_REVOLVEDSURFACE()
19700 && close_to_axis == revolvedsurface->close_to_axis) in test_REVOLVEDSURFACE()
19703 …CE.close_to_axis [B] " FORMAT_B " != " FORMAT_B "", revolvedsurface->close_to_axis, close_to_axis); in test_REVOLVEDSURFACE()
19704 close_to_axis++; in test_REVOLVEDSURFACE()
19705 …wg_dynapi_entity_set_value (revolvedsurface, "REVOLVEDSURFACE", "close_to_axis", &close_to_axis, 0) in test_REVOLVEDSURFACE()
19706 && close_to_axis == revolvedsurface->close_to_axis) in test_REVOLVEDSURFACE()
19709 …se_to_axis [B] set+1 " FORMAT_B " != " FORMAT_B "", revolvedsurface->close_to_axis, close_to_axis); in test_REVOLVEDSURFACE()
19710 revolvedsurface->close_to_axis--; in test_REVOLVEDSURFACE()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_REVOLVEDSURFACE.inc56 { 291, "0", NULL, 0, BITS_UNKNOWN, "close_to_axis", 2, {-1,-1,-1,-1,-1} },
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Dsurface.rst194 .. attribute:: dxf.close_to_axis
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h4915 BITCODE_B close_to_axis; // 291 member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec9278 FIELD_B (close_to_axis, 291);
H A Ddynapi.c3215 …"close_to_axis", "B", sizeof (BITCODE_B), OFF (struct _dwg_entity_REVOLVEDSURFACE, close_to_axis),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13508 'close_to_axis'
H A Ddynapi.texi3642 @item close_to_axis
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py5696close_to_axis = property(_LibreDWG.Dwg_Entity_REVOLVEDSURFACE_close_to_axis_get, _LibreDWG.Dwg_Ent… variable in Dwg_Entity_REVOLVEDSURFACE
H A Dswig_python.c176297 if (arg1) (arg1)->close_to_axis = arg2; in _wrap_Dwg_Entity_REVOLVEDSURFACE_close_to_axis_set()
176320 result = (BITCODE_B) ((arg1)->close_to_axis); in _wrap_Dwg_Entity_REVOLVEDSURFACE_close_to_axis_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c215135 if (arg1) (arg1)->close_to_axis = arg2; in XS()
215165 result = (BITCODE_B) ((arg1)->close_to_axis); in XS()