Jump to content

Point Cloud


---
 Share

Recommended Posts

A customer has asked me to produce a point cloud of all of the data measured in a program. I've never produced a Point Cloud like this. I believe they want to analyze using SmartProfile but not sure just yet. I've asked them how the data should be formatted but have not heard a reply.

I ran the parts with both Measured Points and Export Points active, so I have lots of data.

Anyone familiar with the process?
Link to comment
Share on other sites

Please sign in to view this quote.

Yes. Apparently, the SmartProfile software allows you to load a model. Select the Datum Features, create GD&T, etc. Load a point file and have everything be analyzed.

I found out they only need the X, Y, Z and Vector info but I'm looking to get all of the point data from all of the features into 1 file.
Link to comment
Share on other sites

SmartProfile can load the “zmp” file directly. If you decide the send the individual files created using the “Export Points” option, they will be able to import them simultaneously without much effort. One thing to keep in mind is that both of these methods will export every measured point, even though Calypso does not necessarily use them for evaluation. This has a tendency to cause issues when comparing data between software packages, since the data is unfiltered and will include any outliers.

If you need/want to send the same measured point data that is being used for evaluation within Calypso, then you’ll need to use the PCM function writeActualsToFile().
Link to comment
Share on other sites

Please sign in to view this quote.

The function must reference a characteristic and file path. I will generally make a "dummy" Form characteristic for each feature that I need to export point data from. This will also allow you to apply any filtering / outlier removal (if needed), and looping through the names is much easier if you have a large number of features needing to be exported.

Example from the PCM manual....

writeActualsToFile("diameter1",true,"c:\test.txt")
Link to comment
Share on other sites

Please sign in to view this quote.

Like I mentioned earlier, I missed the file name because I was trying to avoid creating one for everyone of my characteristics.
Link to comment
Share on other sites

Please sign in to view this quote.

Then the simplest way would be to just send them the zmp file, especially if they want it for SmartProfile. Combining them using the "Point Cloud" will produce a single file and you'll be able to target specific features, but it will be the same point information contained within the zmp file.
Link to comment
Share on other sites

 Share

×
×
  • Create New...