Jump to content

How to extract internal Plane coordinates?


---
 Share

Recommended Posts

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

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

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

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

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

 Share

×
×
  • Create New...