How can I Export points(nodes) to CSV, x,y,z format?

How can I Export points(nodes) to CSV, x,y,z format?

Comments

  • Did you Google you will be overwhelmed with answers.
  • You can use a DATAEXTRACTION command for this:
    1) run DATAEXTRACTION command, choose the "Create data extraction definition" option and set the name of new definition file or just press Next if you don't need to repeat this extraction later
    2) choose "Include current drawing" on the second page of the dialog
    3) select only "Point" entity type on the third page
    4) find and select "Position X", "Position Y" and "Position Z" properties on the forth page
    5) set the name of the ouput file and delimiter type on the fifth page and press Finish

    The resulting file will have also Count and Name columns, you can delete them manually in a table editor.
  • Perfect thank you.
  • You are welcome )