[Ri...] Posted September 15, 2023 Share Posted September 15, 2023 Is it possible to get the internal coordinates of a plane? See attached image.Extract Plane Coordinates.JPG Link to comment Share on other sites More sharing options...
[Jo...] Posted September 15, 2023 Share Posted September 15, 2023 I'm curious about your method here. I looked in measurement plan editor, and didn't see the coordinates available there.. Those coordinates usually would remain static since it is only the strategy. I use formulas to get actuals of a bore, or OD to dynamically follow another feature. What are you planning ? Link to comment Share on other sites More sharing options...
[To...] Posted September 15, 2023 Share Posted September 15, 2023 Please sign in to view this quote. The circle path is choosing the center of the plane. Take your X value (.292) plus half of Length1 (.155) = .447 Take your Y value (-.602) plus half of Length2 (.155) = -.447 Link to comment Share on other sites More sharing options...
[Ri...] Posted September 15, 2023 Author Share Posted September 15, 2023 I am OCD with geometry, it has to be perfect. 👩🏫 I have Datum targets that are Ø.31 (Inch) with specific locations. I want to report that the targets are at the exact locations without using Result Element's which basically shows a value I decide or is dependent on a calculation. These Datum targets are required for targeting and reporting. Link to comment Share on other sites More sharing options...
[Jo...] Posted September 15, 2023 Share Posted September 15, 2023 ok, that makes sense. I usually have my datum structure in an iterative alignment to correct my vectors and targets so they are sampled as close as possible. I guess you would need to report those actuals, relative to the datum coordinate system ?? Link to comment Share on other sites More sharing options...
[Ri...] Posted September 18, 2023 Author Share Posted September 18, 2023 Please sign in to view this quote. That is correct. Link to comment Share on other sites More sharing options...
[Mi...] Posted September 18, 2023 Share Posted September 18, 2023 You can use getParameterNamed(getNominal("Plane1").measElement.technology.segments,2).localCenterX getParameterNamed(getNominal("Plane1").measElement.technology.segments,2).localCenterY getParameterNamed(getNominal("Plane1").measElement.technology.segments,2).localCenterZ or getParameterNamed(getNominal("Plane1").measElement.technology.segments,2).centerPoint Link to comment Share on other sites More sharing options...
[Ri...] Posted September 20, 2023 Author Share Posted September 20, 2023 Please sign in to view this quote. This worked well, had to convert from Metric to Inch. I'm guessing this data is only extracted in millimeters? Link to comment Share on other sites More sharing options...
[Mi...] Posted September 20, 2023 Share Posted September 20, 2023 Yes, we work in metric system. But it's easily converted into inches by appending ".asInch". 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