Page 1 of 1

Offset

PostPosted: Mon Apr 05, 2021 2:44 pm
by rogerra
I can't find the offset command. Can you help?

Re: Offset

PostPosted: Mon Apr 05, 2021 3:31 pm
by Dave
Utility/Geometry/Offset

or from the edit toolbar.
I've added an extra icon to my edit toolbar for offset fixed distance, when clicked it asks for the offset distance, hit enter to accept whats already there or enter a new distance.
In the support Files\Toolbars\Edit.dtb under the existing OFFSET entry I added

[OFFSETFD]
Hint=Offset (Fixed Distance) - Copy entities parallel to existing entities
Icon=DTB_OffsetFD
A=^:^F6^F3^Ã^F1^F2^F2

Dave

Re: Offset

PostPosted: Tue Apr 06, 2021 9:27 am
by Neil Blanchard
Another way to get quick access to the Offset function is to edit your DcadWin.mcr file (that is in the DataCAD/Support Files folder). Here is my Alt-O keyboard shortcut:

Code: Select allO^Ä^20#^F3^F2^F2
//Perpendicular Offset\Distance


You can Copy and Paste this into your DcadWin.mcr file in place of the O (or another letter if you want - but change the O at the beginning with the letter of your choice).

Re: Offset

PostPosted: Tue Apr 06, 2021 12:08 pm
by rogerra
Thanks. I had not used datacad for 2 years. I finally found it myself.