Hi everyone, Today I'm going to talk to you about a command that arguably has the coolest name ever to be given to an AutoCAD® command. The command is so cool in fact, that it didn't want to go through the u
Ok, I figured why I wasn't able to acquire 2 points of the same polyline after enabling tempoverrides. I had perpendicular snap disabled and it somehow didn't let me to do that, now I can. Still can't acquire a midpoint. Do you really need a video of me pressing shift while snapp...
You can write a function, connect it to an arbitrary command name, type the command name in AutoCAD command line and your function is executed. void CreateEntities() {…} acedRegCmds->addCommand(_T("SAMPLE_COMMANDS"), _T("SAMPLE_ADD_ENTS"), _T ("ADD_ENTS"), ACRX_CMD_MODAL, ...