05 2018 档案
摘要:CAD中有个功能叫区域覆盖wipeout,一般情况下用在块无法炸开的情况下,如果需要达到这样的效果则必须满足下面的要求: 1.wipeoutframe系统变量为0; 2.而wipeout的必须在非打印层;
阅读全文
摘要:Point3dCollection pts = new Point3dCollection(); pts.Add(pP5, pP7, pP9, pP8, pP6); //设置向量 Vector3d vecTanStart = new Point3d(0.5, 0, 0...
阅读全文
摘要:/// /// 赋值文本 /// protected string zText; /// /// 赋值文本 /// public override string Text { set { base.Text = value; zText = value; ...
阅读全文