• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Civil 3D

    Reply
    Contributor
    Posts: 25
    Registered: ‎08-07-2012
    Accepted Solution

    How to get coordinates to all points in a full list?

    378 Views, 6 Replies
    01-29-2013 12:27 AM

    Hello!

     

    I have been using the "LIST" command to get coordinates of a point. The list can be as long as my monitor is high. I need to copy the coordinates of about 3 000 points to a microsoft Word file to manipulate with them.
    The "LIST" command would show me about 4 points after which i have to press "ENTER" to get the next ones, but this is obviously pointless. (hehe).
    How could i get the coordinates of very many points to a text file all at once?

     

    Thank you in advace!

    Karl Kärpuk

    Please use plain text.
    *Expert Elite*
    neilyj
    Posts: 2,689
    Registered: ‎08-01-2008

    Re: How to get coordinates to all points in a full list?

    01-29-2013 02:35 AM in reply to: karlkarpuk

    Are you asking about Civil Points or vanilla AutoCAD Points as the methods are different?

    neilyj
    (No connection with Autodesk other than using the products in the real world)


    IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
    Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
    16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
    NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
    Please use plain text.
    Contributor
    Posts: 25
    Registered: ‎08-07-2012

    Re: How to get coordinates to all points in a full list?

    01-29-2013 02:57 AM in reply to: neilyj

    I am asking about CIVIL 3D points.

    Please use plain text.
    *Expert Elite*
    neilyj
    Posts: 2,689
    Registered: ‎08-01-2008

    Re: How to get coordinates to all points in a full list?

    01-29-2013 03:19 AM in reply to: karlkarpuk

    See screenshot

    neilyj
    (No connection with Autodesk other than using the products in the real world)


    IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
    Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
    16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
    NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
    Please use plain text.
    Contributor
    Posts: 25
    Registered: ‎08-07-2012

    Re: How to get coordinates to all points in a full list?

    01-29-2013 03:46 AM in reply to: neilyj

    I am very sorry i messed something up since i am learning the CIVIL 3D at the moment.

    My problem is as follows (i attached a little screenshot as well)

    I have a 2D drawing of a landscape. The drawing contains (i just discovered) not  POINTS, but ordinary circles with elevation number written next to them.

    I know exactly how far is the elevation-text from each circle. The circles contain the X and Y coordinates only but the Z coordinate is written as text.
    What i was trying to achieve, was:

    1. Get the info from all the elevation-texts to Word, filter out the X and Y coordinates and paste them to Excel to get a table.
    2. Substract the distance from circles to get the actualy coordinates i need.
    3. Filter out the text parts and copy them to excel as Z-coordinates.

    That way i should be able to construct a 3D version of the same landscape.

    But i dont know how to get all the info from all the elevation-texts at once to copy it all to Word for filtering. The "list" command only shows me as much as fits on the screen and tells me to press enter to continue the list, but if i have many "points", it takes awefully long time and i guessed there has to be an easier way.


    I guess it is still not actually a CIVIL 3D problem but just vanilla AutoCAD. But i am trying to do it all in Civil 3D

     

    Should i take the problem to a another subforum then?

    Thank you for all your answers!

     

    Please use plain text.
    *Expert Elite*
    neilyj
    Posts: 2,689
    Registered: ‎08-01-2008

    Re: How to get coordinates to all points in a full list?

    01-29-2013 04:00 AM in reply to: karlkarpuk

    I see now...

     

    Assuming all the text values have the same offset (X,Y) from the required point then do the following

     

    Quick select all the text

    Move the selected text so that the insertion point snaps to the point node

    Text2level.jpg

     

    Then, after creating a new surface, Modify > Add Data > Drawing Objects > Text

     

    Add text to surface.jpg

     

     


    That should create the surface for you

    neilyj
    (No connection with Autodesk other than using the products in the real world)


    IDSP Premium 2014 (mainly Civil 3D 2014 but also 3ds Max Design)
    Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
    16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
    NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
    Please use plain text.
    Contributor
    Posts: 25
    Registered: ‎08-07-2012

    Re: How to get coordinates to all points in a full list?

    01-29-2013 04:15 AM in reply to: neilyj

    Sir, i thank you much for every single point on my just created surface! This was 1000 times faster than the way i was going to do it.

    Please use plain text.