Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

deleting 'points' or 'dots' after using command MEASURE?

Status
Not open for further replies.

vladzie

Civil/Environmental
Joined
Jan 10, 2004
Messages
2
Location
GB
This is probably simple but I've not found anything to do with this in autodesk help.

How do you get rid of 'points' or 'dots' you add to a polyline after using the command MEASURE?

I did manage to find an autolisp called 'killdots' but after running it, the dots still remain.

I want to be able to change the distance between the points I've put on the line. But if I use the measure command again, it just adds additional points to the line.

I vaguely remember a way to do this many moons ago, but does this actually exist??

Thanks for any help in advance guys...

 
You could try using the express tool Fast Select ('fs at the command line) if you have them installed. Just remember to remove the original polyline (and any other entities that touch the polyline) from your selection set before erasing.
 
With the Express Tools You can use the command "ssx"
Commandmacro for a new button:
Code:
^C^Cssx;\;_erase;_p;;

lothar

ADT 2004
ACAD 2002
 
ERASE (SSX) [SPACE BAR] E [SPACE BAR] POINT [SPACE BAR] [SPACE BAR] [SPACE BAR]

To see the points better, use pdmode and pdsize
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top