rohan_campion 0 Report post Posted February 7 Is it possible to calculate the closest distance between two given surfaces?, Thanks, Rohan Quote Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 2 Report post Posted February 8 Hi Rohan, not directly. Best option would be two trimeshes "trimesh01" and "trimesh02" (one for each surface) and an imageCurve "c1" with the source "trimesh01.getShortestDistanceLine(trimesh02)". You can then create a parameter with "c1.getLength()" for the actual distance. Cheers, Heinrich Quote Share this post Link to post Share on other sites
Mr. Carsten Fuetterer 9 Report post Posted February 8 Hi Rohan, yes this is possible. You can create a shortest distance line: Best regards Carsten 1 Quote Share this post Link to post Share on other sites
Mr. Heinrich von Zadow 2 Report post Posted February 8 Hi Carsten, didn't know that, I guess this is new with CAESES 5 -- thanks for filling me in. Cheers, Heinrich Quote Share this post Link to post Share on other sites