Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dpointcloudex.c32 BITCODE_BS elevation_out_of_range_behavior; in api_process() local
70 CHK_ENTITY_TYPE (_obj, POINTCLOUDEX, elevation_out_of_range_behavior, BS); in api_process()
H A Ddynapi_test.c18431 BITCODE_BS elevation_out_of_range_behavior; in test_POINTCLOUDEX() local
18432 …cloudex, "POINTCLOUDEX", "elevation_out_of_range_behavior", &elevation_out_of_range_behavior, NULL) in test_POINTCLOUDEX()
18433 && elevation_out_of_range_behavior == pointcloudex->elevation_out_of_range_behavior) in test_POINTCLOUDEX()
18436 …ge_behavior [BS] %hu != %hu", pointcloudex->elevation_out_of_range_behavior, elevation_out_of_rang… in test_POINTCLOUDEX()
18437 elevation_out_of_range_behavior++; in test_POINTCLOUDEX()
18438 …intcloudex, "POINTCLOUDEX", "elevation_out_of_range_behavior", &elevation_out_of_range_behavior, 0) in test_POINTCLOUDEX()
18439 && elevation_out_of_range_behavior == pointcloudex->elevation_out_of_range_behavior) in test_POINTCLOUDEX()
18442 …avior [BS] set+1 %hu != %hu", pointcloudex->elevation_out_of_range_behavior, elevation_out_of_rang… in test_POINTCLOUDEX()
18443 pointcloudex->elevation_out_of_range_behavior--; in test_POINTCLOUDEX()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec10547 FIELD_BS (elevation_out_of_range_behavior, 72);
10575 FIELD_BS (elevation_out_of_range_behavior, 72);
H A Ddynapi.c2947 …"BS", sizeof (BITCODE_BS), OFF (struct _dwg_entity_POINTCLOUDEX, elevation_out_of_range_behavior),
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h7646 BITCODE_BS elevation_out_of_range_behavior; /* DXF 71 */ member
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13245 'elevation_out_of_range_behavior'
H A Ddynapi.texi3303 @item elevation_out_of_range_behavior
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10102elevation_out_of_range_behavior = property(_LibreDWG.Dwg_Entity_POINTCLOUDEX_elevation_out_of_rang… variable in Dwg_Entity_POINTCLOUDEX
H A Dswig_python.c300206 if (arg1) (arg1)->elevation_out_of_range_behavior = arg2; in _wrap_Dwg_Entity_POINTCLOUDEX_elevation_out_of_range_behavior_set()
300229 result = (BITCODE_BS) ((arg1)->elevation_out_of_range_behavior); in _wrap_Dwg_Entity_POINTCLOUDEX_elevation_out_of_range_behavior_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c366736 if (arg1) (arg1)->elevation_out_of_range_behavior = arg2; in XS()
366766 result = (BITCODE_BS) ((arg1)->elevation_out_of_range_behavior); in XS()