See the top rated post in this thread. Click here

Results 1 to 2 of 2

Thread: "add vertex" grabbing wrong grip point

  1. #1
    Member
    Join Date
    2009-02
    Location
    Sacramento, CA
    Posts
    7
    Login to Give a bone
    0

    Default "add vertex" grabbing wrong grip point

    Hello all,
    I'm having an issue with some of my polylines when I try to add a vertex. Sometimes it adds the vertex behind the end point, instead of at the end where I've selected, so that I can continue on with my polyline.
    Any suggestions, help, etc. would be greatly appreciated!

    Thanks

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    1

    Default Re: "add vertex" grabbing wrong grip point

    I assume you are hovering over a vertex grip and selecting Add Vertex. This will always add one after the one selected, but if you don't know the direction of the polyline it can be frustrating.

    I keep the GRIPS (System Variable) set to 2 to display midpoint grips on polyline segments. This way hovering over a midpoint grip and selecting Add Vertex will always give the desired results no matter what the direction of the polyline is.

    Line from my acaddoc.lsp file:
    Code:
    (if (/= (getvar 'grips) 2)(progn(setvar 'grips 2)(princ "\nDisplays additional midpoint grips on polyline segments.")))

Similar Threads

  1. 2015: What determines instance parameter grip "snap" and "align" behavior?
    By patricks in forum Revit Architecture - General
    Replies: 4
    Last Post: 2019-05-20, 08:45 PM
  2. 2014: Survey point label - how to "not view point number" in CAD drawing
    By MapperLee in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2015-10-15, 04:25 PM
  3. Adding a "grip" to a family?
    By jmc73 in forum Revit Architecture - Families
    Replies: 9
    Last Post: 2010-05-18, 02:32 PM
  4. "Point de base du projet" et "Point de relevé"
    By fabrice.bon in forum Revit Architecture - General
    Replies: 0
    Last Post: 2010-03-30, 10:53 AM
  5. Can't "Grip" attributed block in PS
    By Sheri_in_CA in forum AMEP General
    Replies: 3
    Last Post: 2008-04-09, 04:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •