도면 에서 중심선 표시 방법
수동으로 배치 하는 방법은 아래와 같다.
단축키를 활용 하면 마우스 클릭수를 줄일수 있다.
config.pro 의 단축키 내용은 아래와 같다.
mapkey cma @MAPKEY_LABELcenter mark;~ Command `ProCmdDwgShowAllAnnots` ;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row1` `name`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row0` `name`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `` ``;\
mapkey(continued) ~ Open `show_model_annotations` `opt_dtm_types`;\
mapkey(continued) ~ Close `show_model_annotations` `opt_dtm_types`;\
mapkey(continued) ~ Select `show_model_annotations` `opt_dtm_types` 1 `axes`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row1` `type`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `` ``;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row1` `show`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row0` `show`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `row1` `show`;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `` ``;\
mapkey(continued) ~ Trigger `show_model_annotations` `tbl_datum` 2 `` ``;\
mapkey(continued) ~ Activate `show_model_annotations` `psh_sel_all_dtm`;\
mapkey(continued) ~ Activate `show_model_annotations` `psh_ok`;
사용 하기 위해서 반드시 도면에서 해당 뷰를 선택을 먼저 하고, 단춬티 CMA를 실행한다.