TheSwamp

CAD Forums => Vertically Challenged => Land Lubber / Geographically Positioned => Topic started by: MSTG007 on August 20, 2004, 02:05:12 PM

Title: EDIT POINTS
Post by: MSTG007 on August 20, 2004, 02:05:12 PM
Is there a quicker way to edit points by moving them and editing the description than going to the points --- edit points --- etc....  or a lisp or something?

thanks!!!!!
Title: EDIT POINTS
Post by: Mark on August 20, 2004, 02:44:54 PM
You just want to edit their desc. ?
Title: EDIT POINTS
Post by: MSTG007 on August 20, 2004, 02:59:04 PM
well a faster way to yes... and move them if there in the wrong spot.
Title: EDIT POINTS
Post by: Mark on August 20, 2004, 03:36:55 PM
These won't move them but they will change the desc. see the .txt files for details.

http://www.theswamp.org/swamp.files/Public/ChangePtDescription.zip
http://www.theswamp.org/swamp.files/Public/CogoPtsDescription.zip
Title: EDIT POINTS
Post by: sinc on August 20, 2004, 08:17:15 PM
Go to the point settings, on the "Update" tab, and check "Allow points to be MOVE'd in drawing".  This lets you use the standard move and rotate commands to move your selected points around.

You'll probably also want to check "Update point database after move command".  Otherwise, you'll need to run "Check Points - Update Project" after you finish moving your points.  Warning: if you move a lot of points at once and have "Update point database" checked, Autocad may hang or crash on you.

(Note: you can even use Mirror to mirror points, if you delete your source objects.  You have to also run "Check Points - Update Project" manually, even if you have "Update point database after MOVE" selected; Autocad doesn't seem to expect you to use mirror in this way.  It can be useful sometimes, such as if the owner decides he wants to mirror the layout of a house after you already set all the points for staking it.)

If you want to change point descriptions, you can change whole groups at once by selecting them in the Edit Points window and right-clicking on the description field.  You can also export points to txt or csv, open the file in Excel or Word and use their text-editing features, then import the points back into the project...
Title: EDIT POINTS
Post by: MSTG007 on September 01, 2004, 12:17:33 PM
Hey mark

Is there a way to get it to change elevations as well as the description which it already does?

thanks
Title: EDIT POINTS
Post by: Mark on September 01, 2004, 12:29:23 PM
You mean in one dialog box? I have a seperate app for changing elev.
Title: EDIT POINTS
Post by: sinc on September 01, 2004, 02:35:55 PM
In land, coordinate (horizontal) and datum (vertical) adjustments are generally accomplished in two seperate stages.  (Actually, three - horizontal adjustments are applied in two seperate stages, translation and rotation.)  You never really grab a surface and apply a standard 3D transformation to it, since the direction of gravity always remains constant.  Therefore, the various types of transformations (rotation, translation, and datum-adjustment) are all handled by seperate commands.

I've recently posted a couple of Lisp routines to this forum that help adjust elevations - one moves selected points to the current surface, the other datum-adjusts selected points based on a FG profile in the current alignment.
Title: EDIT POINTS
Post by: MSTG007 on September 01, 2004, 03:06:08 PM
Either or... or have another command which does the same as the above...
Title: EDIT POINTS
Post by: Mark on September 01, 2004, 03:52:22 PM
try this one. change pt elev only. start with celev
http://www.theswamp.org/swamp.files/Public/ChangePtElevation.VLX
Title: EDIT POINTS
Post by: MSTG007 on September 01, 2004, 03:55:25 PM
awesome!