[Ri...] Posted yesterday at 11:05 AM Share Posted yesterday at 11:05 AM (edited) 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? Edited yesterday at 11:22 AM Link to comment Share on other sites More sharing options...
[na...] Posted yesterday at 11:30 AM Share Posted yesterday at 11:30 AM Please sign in to view this quote. I believe an element needs to be tied to characteristic for CNC export. 1 Link to comment Share on other sites More sharing options...
[Ri...] Posted yesterday at 02:25 PM Share Posted yesterday at 02:25 PM Correct - and the DXF export is only for Curve features. 1 Link to comment Share on other sites More sharing options...
[Ri...] Posted yesterday at 03:58 PM Author Share Posted yesterday at 03:58 PM Ok, then how do I create a point cloud of measurement data? Link to comment Share on other sites More sharing options...
[Ri...] Posted yesterday at 04:54 PM Share Posted yesterday at 04:54 PM Please sign in to view this username. Features - Special - Point Cloud - Recall feature points of all features you want to export - right click on Point Set and export points. 1 Link to comment Share on other sites More sharing options...
[Ra...] Posted yesterday at 05:23 PM Share Posted yesterday at 05:23 PM It's been a minute, but last time I tried to export points from a point cloud it was always relative to the base alignment. Just a heads up. Link to comment Share on other sites More sharing options...
[Za...] Posted 23 hours ago Share Posted 23 hours ago 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 Link to comment Share on other sites More sharing options...
[Ra...] Posted 22 hours ago Share Posted 22 hours ago 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 More sharing options...
[Ri...] Posted 6 hours ago Author Share Posted 6 hours ago What does "Export Points" do? What is required to export points to a named file? Link to comment Share on other sites More sharing options...
[Ra...] Posted 6 hours ago Share Posted 6 hours ago 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 More sharing options...
[Ri...] Posted 3 hours ago Share Posted 3 hours ago 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in