| Alias | Command Description | Yerfdog Command |
|---|---|---|
| BISECT | Bisect | c:pjg:bisect |
| TBC | Calibrate Tablet | c:pjg:tablet_cal |
| GP | Grips | c:pjg:grips |
| YDL | List Yerfdog Modules | c:pjg:list_ver |
| LD | Load Lisp Application | c:pjg:load_lisp |
| OE | Osnap END | c:pjg:osnap_end |
| OI | Osnap INT | c:pjg:osnap_int |
| ON | Osnap NONE | c:pjg:osnap_none |
| SA | Qsave | |
| QN | Quantise | c:pjg:quantise |
| YD? | Query Yerfdog Debug Flag | c:pjg:debug? |
| RS | Reset System Variables | c:pjg:sv_reset |
| UU | Restore Previous UCS | c:pjg:ucs_p |
| UW | Restore World UCS | c:pjg:ucs_w |
| UE | Set UCS to Entity | c:pjg:ucs_ent |
| UI | UCS Icon Toggle | |
| YD | Set Yerfdog Debug Flag | c:pjg:debug |
| YDS | Yerfdog Status | |
| RU | Unload Render | c:pjg:unload_render |
| PRINCUSERVARS | User Variables | pjg:princuservars |
Draws a line bisecting the angle between two other lines. This can be useful for creating construction lines etc.
Notes:
Only works on lines (not polylines, blocks etc.)
Layers used must not be locked.
Crashes if lines are parallel
Current UCS must be world.
Quick tablet calibration.
Calls up the AutoCAD tablet command with the "calibrate" option. Also temporarily turns blipmode on for the duration of the command.
Toggles GRIPS setting. If gripmode is on, this turns it off; if gripmode is off, this turns it on.
Lists loaded versions of Yerfdog customisations.
Loads a lisp application (.lsp file).
When first used in a drawing, the first four characters of the drawing name are used as a default. After that, the lisp file last loaded becomes the default.
Clears osnap setting and then sets osnap to endpoint.
Clears osnap setting and then sets osnap to intersection.
Clears osnap setting.
Rationalise (quantise) an entity's definition points to the snap grid. DXF group codes for these points are in the range 10-18.
Notes
Save your drawing before running this command, in case it does something
other than what you expect.
It works on most entities including old style "heavy" polylines, but not
lwpolylines. If lwpolylines need to be quantised, convert them to "heavy"
polylines first with the "convertpoly" command.
Entities are quantised to world coordinate system. If it is desired to
quantise entities to a non-world user coordinate system, wblock the
desired entities to a fresh drawing, quantise them and then reinsert them
back into the original drawing.
Try it out on a test drawing to get the hang of it before using it on
production drawings.
If you get an "error: bad DXF group" you probably have lwpolylines in the
selection set.
Reports status of Yerfdog debugging flag pjg:debug.
If pjg:debug is set to nil, debugging is off; if it is set to a non-nil value (e.g. T) then debugging is set to on.
Command YD? does not alter the value of the pjg:debug flag.
Command RS resets system variables according to a preset list. Any variables set to the wrong value are listed to the screen.
Restores the previous UCS. Note that there must actually be a previous UCS for this to work!
Restores the "World" UCS.
User is asked to pick an entity on the screen and the UCS is set to line up with that entity.
Toggles UCS icon off and on again.
Sets the yerfdog debugging flag pjg:debug.
Yerfdog modules will return extra debugging information if the flag pjg:debug is set to a non-nil value (e.g. T). Normally this debugging information is of no value to the user, but can be useful for tracking problems.
Flag pjg:debug is set to nil as a default.
Documentation not yet available.
Unloads Render ARX module when it is no longer needed or if it was loaded by mistake.
Shows a list of user variables to screen. These are USERI1 etc. system variables.
Please note: this is a developmental page, not intended for public release. If you have happened to come across it, please be patient.