See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Set All Cogo Points in Drawing to One Point Style

  1. #1
    Member
    Join Date
    2012-05
    Posts
    13
    Login to Give a bone
    0

    Default Set All Cogo Points in Drawing to One Point Style

    I am looking to select all cogo points in the drawing and set them all to a point style that I have in the drawing called "BASIC" with a lisp command. Thanks!

  2. #2
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,103
    Login to Give a bone
    1

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Assign all points to a point group and set the necessary overrides within the point group. You can assign points to a point group with AutoLISP.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

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

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by Opie View Post
    Assign all points to a point group and set the necessary overrides within the point group. You can assign points to a point group with AutoLISP.
    I've bookmarked just notes from Opie can't wait to see what's added next.

  4. #4
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,103
    Login to Give a bone
    1

    Default Re: Set All Cogo Points in Drawing to One Point Style

    I guess that means I need to write another article. I just discovered the trick of sorting structure labels for connected pipes. And it looks like one can accomplish this through AutoLISP.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

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

    Default Re: Set All Cogo Points in Drawing to One Point Style

    I'm a lisper who doesn't even know how to load NET so that would be great.

  6. #6
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,103
    Login to Give a bone
    2

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by Tom Beauford View Post
    I'm a lisper who doesn't even know how to load NET so that would be great.
    I prefer lisp over .NET. So, anything to help with Civil 3D objects while using lisp, I'm all for it.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  7. #7
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by Tom Beauford View Post
    I've bookmarked just notes from Opie can't wait to see what's added next.
    Yes. I like the clean simple look.
    I'm a customer now too.

    - - - Updated - - -

    Quote Originally Posted by Opie View Post
    I prefer lisp over .NET. So, anything to help with Civil 3D objects while using lisp, I'm all for it.
    Me too, when it's possible.

    One of my recent creations is:
    (1) Hide all surfaces (it does this be setting the style of all surfaces to "_No Display" or something like that, it checks for similarly named styles).
    (2) Hide only selected surfaces
    (3) Restore all previously hidden surfaces
    R.K. McSwain | CAD Panacea |

  8. #8
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,103
    Login to Give a bone
    0

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by rkmcswain View Post
    Me too, when it's possible.

    One of my recent creations is:
    (1) Hide all surfaces (it does this be setting the style of all surfaces to "_No Display" or something like that, it checks for similarly named styles).
    (2) Hide only selected surfaces
    (3) Restore all previously hidden surfaces
    Did you do this in .NET or AutoLISP?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  9. #9
    Administrator BlackBox's Avatar
    Join Date
    2009-11
    Posts
    5,719
    Login to Give a bone
    0

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by Opie View Post
    I guess that means I need to write another article. I just discovered the trick of sorting structure labels for connected pipes. And it looks like one can accomplish this through AutoLISP.
    I'm very fortunate to have help from a lot of 'the Gurus' from multiple areas of expertise... But I'd be remiss to not share just how awesome Jeff is to work with, on SincPac (.NET development), and Civil 3D generally.

    While I do get to interact with Chris on occasion, Jeff's been a profound influence on me personally - much like I'm sure that Sinc was for some of you.

    Just also wanted to express my appreciation, and encouragement to you, Opie - while I've only had a chance to skim your articles, they seem to be very easy to read, useful, and 'clean' as another man, also much wiser than I, has aptly pointed out.

    I'm not able to share most of my own list of Civil 3D notes, as most of them are intended for SincPac, but I'd just like to say that the Civil 3D community is lucky to have you lot.


    Cheers
    "How we think determines what we do, and what we do determines what we get."

    Sincpac C3D ~ Autodesk Exchange Apps

    Computer Specs:
    Dell Precision 3660, Core i9-12900K 5.2GHz, 64GB DDR5 RAM, PCIe 4.0 M.2 SSD (RAID 0), 16GB NVIDIA RTX A4000

  10. #10
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Set All Cogo Points in Drawing to One Point Style

    Quote Originally Posted by Opie View Post
    Did you do this in .NET or AutoLISP?
    Lisp.

    ......................
    R.K. McSwain | CAD Panacea |

Page 1 of 2 12 LastLast

Similar Threads

  1. Assign a different point style to different group of points
    By Wish List System in forum AutoCAD Wish List
    Replies: 1
    Last Post: 2015-11-02, 08:06 PM
  2. 2015: Cogo Points
    By tim_newsome in forum AutoCAD Civil 3D - Survey
    Replies: 6
    Last Post: 2014-11-17, 06:39 PM
  3. Slope label between two cogo points
    By tomix2000 in forum AutoCAD Civil 3D - Survey
    Replies: 1
    Last Post: 2010-11-11, 03:14 AM
  4. exporting cogo points to MX
    By dbutler.144607 in forum AutoCAD General
    Replies: 0
    Last Post: 2008-05-19, 04:03 PM
  5. Snap to COGO points in LT 2008
    By asehovic in forum AutoCAD LT - General
    Replies: 1
    Last Post: 2008-04-28, 08:08 PM

Tags for this Thread

Posting Permissions

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