Show messages: All
1-2
3-6
From: 大道刀 (SUIYAN)
Thans Michael
我通常在CAD中这样使用tracking(TK)指令(I usually use the tracking (TK) command in CAD like this)
它实际适用于所有的绘制曲线的工具,不仅在直线绘制中,是一个绘制定位的指令。(It is actually applicable to all tools for drawing curves, not just in straight line drawing. Just used for positioning)
Image Attachments:
1.png
2.png
3.png
4.png
From: Michael Gibson
Hi SUIYAN, thanks for describing it. For the case you show there where you want to locate the circle's center point at a displacement of 70 in +x and 200 in -y you can use a relative point input for that.
That would go like this: start the circle command, then type r70,-200 and push Enter. Now you should see that when you move your mouse around the point that will be used is shifted by 70 in x and -200 in y, so snap on to the corner of the rectangle and you should get the displaced point you want.
If you want to do one with multiple steps the closest thing to that would be to draw a helper polyline using the new Left/Right polar coordinate entry.
To do it like AutoCAD tracking where you can activate a mode in a general point pick may be kind of difficult since there isn't an existing place in the UI to show how to finish the mode.
- Michael
From: 大道刀 (SUIYAN)
HI Michael
感谢您的启发,我想我找到了在moi中定位绘制的方法,在激活绘制工具后,输入@X距离,Y距离,Z距离,回车(鼠标右键),就会出现相应的定位点,鼠标左键,完成。(Thank you for your inspiration. I think I have found a way to locate and draw in MOI. After activating the drawing tool, enter @ X distance, Y distance, Z distance, press enter (right-click), and the corresponding location point will appear. Click the left mouse button to complete.)

Image Attachments:
1.png
2.png
From: Michael Gibson
Hi SUIYAN, yes you can enter either r x,y,z (for relative) or @ x,y,z to do that.
- Michael
Show messages: All
1-2
3-6