Home
last modified time | relevance | path

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

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_124_dimstyle_table_entry.py148 dimstyle2.dxf.dimltex2 = 'DOTX2'
149 assert dimstyle2.dxf.dimltex2 == 'DOTX2'
235 assert dimstyle2.dxf.dimltex2 == 'DOT'
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/render/
H A Ddimension_linear.py402 def linear_all_arrow_style(version='R12', dimltype=None, dimltex1=None, dimltex2=None, filename=""): argument
429 if dimltex2:
430 attributes['dimltex2'] = dimltex2
608 …linear_all_arrow_style('R12', dimltex1='DOT2', dimltex2='DOT2', filename='dotted_extension_lines_R…
610 …linear_all_arrow_style('R2007', dimltex1='DOT2', dimltex2='DOT2', filename='dotted_extension_lines…
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddimstyle.py355 self.dxf.dimltex2 = ext2
564 self.dxf.dimltex2 = linetype
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tables/
H A Ddimstyle_table_entry.rst404 .. attribute:: dxf.dimltex2
411 (use :attr:`DimStyle.dxf.dimltex2` to get/set linetype by name)
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/tutorials/
H A Dlinear_dimension.rst392 The linetype for first and second extension line is defined by :attr:`dimltex1` and :attr:`dimltex2
404 :attr:`dimltex2` linetype of second extension line
421 'dimltex2': 'CENTER2',
/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Ddynapi_test.c3982 BITCODE_H dimltex2; in test_header() local
3983 if (dwg_dynapi_header_value (dwg, "DIMLTEX2", &dimltex2, NULL) in test_header()
3984 && !memcmp (&dimltex2, &dwg->header_vars.DIMLTEX2, sizeof (dwg->header_vars.DIMLTEX2)) in test_header()