Here is the aforementioned screencast.
I think the rotate3d command is more powerful and easier to use than 3drotate. Try it! In addition to being able to rotate about any of the principal axes of x, y, or z you can choose any two points for the axis.
Command: ROTATE3D Current positive angle: ANGDIR=counterclockwise ANGBASE=0 Select objects: 1 found Select objects: Specify first point on axis or define axis by [Object/Last/View/Xaxis/Yaxis/Zaxis/2points]: y Specify a point on the Y axis <0,0,0>: Specify rotation angle or [Reference]: 30
You should also look into the align command for rotating objects in 3D.
What is the cur command (not endpoint, nor midpoint etc.) in the macro?
It doesn't work in 2013. i copied it and pasted in the command line and error
Macros in general, and that one specifically, tend to employ syntax incompatible with 'Copy and Paste' direct to the command line. It's intended to be inserted into the AutoCAD UI via the CUI command (see image).
The step by step procedure can be recreated via the Command Line with the proper interpretation of the symbols.
If need be, I could record another screencast using standard command line entry to demonstrate the sequence, and similar results as demoed previously.
Sebastian
As explained by @cadffm, the cur function allows the use of any osnap. If I just used end, then I would not be able to isolate an angle via an arc's cen, for example.
This page also has some info on cur:
https://help.autodesk.com/view/ACD/2018/ENU/?guid=GUID-E7D43A99-6518-490E-AEF6-B89164D02DF1
Can't find what you're looking for? Ask the community or share your knowledge.