找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 482|回复: 5

[求助] 如何关闭装配体中零件的基准面

[复制链接]

8

主题

216

回帖

0

威望

高工

积分
540
发表于 2025-7-17 17:58 | 显示全部楼层 |阅读模式
请教各位老师,做装配时由于零件的基准面都显示出来,如果只想保留想要的基准面,关闭其余不需要基准面,不想一个个隐藏,有什么便捷的方法吗?
基准面.png

20

主题

1708

回帖

32

威望

讲师

积分
2285

希望之星勋章

QQ
发表于 2025-7-17 19:33 | 显示全部楼层
回复

使用道具 举报

8

主题

216

回帖

0

威望

高工

积分
540
 楼主| 发表于 2025-7-17 20:21 | 显示全部楼层
qq202777898 发表于 2025-7-17 19:33
http://www.proewildfire.cn/thread-178177-1-1.html这个帖子有案例

谢谢
回复

使用道具 举报

21

主题

698

回帖

33

威望

高工

积分
913
发表于 2025-7-18 08:42 | 显示全部楼层
把下面的映射键复制到config.pro文件里面,按00隐藏所有零件的基准平面,按01显示之前隐藏的基准面

mapkey 00 @MAPKEY_NAME在组件中隐藏所有零件的基准平面;@MAPKEY_LABEL隐藏零件基准平面;\
mapkey(continued) ~ Command `ProCmdMdlTreeShowLyrs`  1;~ Command `ProCmdLayer_TreeSearch` ;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `0`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01__`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___p`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___pr`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_a`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_al`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_d`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dt`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_p`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_pl`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_pln`;\
mapkey(continued) ~ Update `layertreequery` `ValueInput` `01___prt_all_dtm_pln`;\
mapkey(continued) ~ Activate `layertreequery` `ValueInput`;\
mapkey(continued) ~ Activate `layertreequery` `SelectAllBtn`;\
mapkey(continued) ~ Activate `layertreequery` `CloseBtn`;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `PHTLeft.PHLayerUI.AssyTree` \
mapkey(continued) `node0:01___PRT_ALL_DTM_PLN`;~ Command `ProCmdViewHide` ;\
mapkey(continued) ~ Command `ProCmdSecondaryTreeRuntimeClose_Main` ;\
mapkey(continued) ~ Command `ProCmdViewRepaint` ;~ Command `ProCmdViewRepaint` ;\
mapkey(continued) ~ Command `ProCmdRegenAuto` ;~ Command `ProCmdRegenAuto`;
mapkey 01 @MAPKEY_NAME在组件中显示零件基准平面;@MAPKEY_LABEL显示零件基准平面;\
mapkey(continued) ~ Command `ProCmdMdlTreeShowLyrs`  1;~ Command `ProCmdLayer_TreeSearch` ;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `0`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01__`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___p`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___pr`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_a`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_al`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_d`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dt`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_p`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_pl`;\
mapkey(continued) ~ Input `layertreequery` `ValueInput` `01___prt_all_dtm_pln`;\
mapkey(continued) ~ Update `layertreequery` `ValueInput` `01___prt_all_dtm_pln`;\
mapkey(continued) ~ Activate `layertreequery` `ValueInput`;\
mapkey(continued) ~ Activate `layertreequery` `SelectAllBtn`;\
mapkey(continued) ~ Activate `layertreequery` `CloseBtn`;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `PHTLeft.PHLayerUI.AssyTree` \
mapkey(continued) `node0:01___PRT_ALL_DTM_PLN`;~ Command `ProCmdViewShow` ;\
mapkey(continued) ~ Command `ProCmdSecondaryTreeRuntimeClose_Main` ;\
mapkey(continued) ~ Command `ProCmdViewRepaint` ;~ Command `ProCmdViewRepaint` ;\
mapkey(continued) ~ Command `ProCmdRegenAuto` ;~ Command `ProCmdRegenAuto`;

回复

使用道具 举报

8

主题

216

回帖

0

威望

高工

积分
540
 楼主| 发表于 2025-7-18 16:07 | 显示全部楼层
kww6hh 发表于 2025-7-18 08:42
把下面的映射键复制到config.pro文件里面,按00隐藏所有零件的基准平面,按01显示之前隐藏的基准面

mapkey ...

回复

使用道具 举报

34

主题

534

回帖

35

威望

高工

积分
862
发表于 2025-7-18 18:02 | 显示全部楼层
有个层树管理,新建层,把基准面加进去,隐藏层
时刻保持学习的姿态!
生命不止,学习不息!
I believe i can!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

本站为非营利性站点,部分资源为网友搜集或发布,仅供学习和研究使用,如用于商业用途,请购买正版。站内所发布的资源,如有侵犯你的权益,请发邮件联系我们,本站将立即改正或删除。

手机版|小黑屋|野火论坛(©2007~2025) ( 苏ICP备11036728号-2 )苏公网安备 32039102000103号|站长QQ28016688

GMT+8, 2025-7-19 13:44 , Processed in 0.149948 second(s), 26 queries .

快速回复 返回顶部 返回列表