Jump to content

Point Cloud Export to DXF file


---
 Share

Recommended Posts

I am trying to create a DXf file of points for a customer; I have not worked with this option before.

I should be creating a folder with dxf files, it isn't working.

The last image is an example of what is required in simplest terms.

What do I have wrong or don't have setup?

image.thumb.jpeg.9ce321683718a3e05e9a2e88277ea19e.jpeg

Name definitions.jpg

Export points setting.jpg

Screenshot 2026-06-30 072039.jpg

Edited
Link to comment
Share on other sites

Please sign in to view this quote.

your milage may vary depending on the version of CALYPSO you're using, but once you right click > export, you can select a specific alignment. at least that's the case in CALYPSO 2025
image.png.81f3157b4093959be2f3c029af611767.png

Link to comment
Share on other sites

Please sign in to view this quote.

Changing those parameters did not work for me at the time. But I haven't tried it in the latest version of the software.

Link to comment
Share on other sites

I think PCM is easier, if you have it - exportPoints(). I wanted to name the files based on the features being exported, and I didn't know how to in the "output file" options. 

Define your file path somewhere in the pre settings ("path" variable), and modify the code below to your needs and place it in the post setting of the feature.

 

feature=getNominal().testPlanGeometry.identifier

name=feature +"_"+getRecordHead("u_Serial")
ext=".txt"
dirpath=path+name+ext

exportPoints(feature,dirpath)

 

 
Link to comment
Share on other sites

Please sign in to view this username.

 Export points is for when you want it automated, and then you want them sent to a specific place, but they have to be attached to a characteristic. 

Link to comment
Share on other sites

 Share

×
×
  • Create New...