在使用高版本CAD后发现有时会出现块剪裁边界,看起来很不方便,其实要隐藏这个边界,只要设置一下系统变量XCLIPFRAME就可以了,下面是引用的CAD帮助中的内容。
XCLIPFRAME system variable
XCLIPFRAME 系统变量
Type: Integer
类型:整数
Saved in: Drawing
Initial value: 2
初始值:2
Determines whether xref clipping boundaries are visible or plotted in the current drawing.
确定是否在当前图纸显示或打印剪裁边界
The FRAME system variable overrides the XCLIPFRAME setting.Use the XCLIPFRAME system variable after the FRAME system variable to reset the XCLIP frame settings
0 The xclip frame is not visible and it is not plotted
0 不显示且不打印
1 The xclip frame is displayed and plotted
1 显示且打印
2 The xclip frame is displayed but not plotted
2 显示但不打印