Results 1 to 4 of 4

Thread: Create Civil Points from Surface

  1. #1
    Member
    Join Date
    2005-12
    Posts
    2
    Login to Give a bone
    0

    Default Create Civil Points from Surface

    Is it possible to create civil points at surface elevation through lisp?

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

    Default Re: Create Civil Points from Surface

    Yes. Is this for Civil 3D or Land Desktop?

    Also, it would help if you posted what code you have so far.

    If you are looking for someone to write a solution for you from scratch, please say so. This will filter out the people responding to those who may have time to do this for you.
    R.K. McSwain | CAD Panacea |

  3. #3
    Member
    Join Date
    2005-12
    Posts
    2
    Login to Give a bone
    0

    Default Re: Create Civil Points from Surface

    I don't have any code yet, just trying to get ideas. Right now im trying to get this to work for LDD 2004. Thanks

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

    Default Re: Create Civil Points from Surface

    Although lisp is capable, you may find it easier to put this together using VBA.

    The API exposes all you need. You can get the elevation of any point in a surface, then use the point API to create a point at the X and Y that you want, then plug in the Z gathered from the above step.
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. 2012: Create Surface from Points
    By julia.roberts435830 in forum AutoCAD Civil 3D - Surfaces
    Replies: 8
    Last Post: 2013-10-30, 06:26 PM
  2. Create a Surface from Z points from Lidar image?
    By dave_kikkert575985 in forum AutoCAD 3D (2007 and above)
    Replies: 1
    Last Post: 2012-08-14, 12:24 PM
  3. Points- create points slope-distance
    By jenniferchavez in forum AutoCAD Civil 3D - Survey
    Replies: 1
    Last Post: 2009-12-10, 06:03 PM
  4. Picking points in order to create a point group in Civil 3D 2007
    By wcarter in forum AutoCAD Civil 3D - General
    Replies: 3
    Last Post: 2006-11-03, 08:34 PM

Posting Permissions

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