Jump to content

Deviations from a curve to curve distance?


---
 Share

Recommended Posts

I am doing a curve to curve distance and I need to extract the deviation values. Is there a way to extract the deviations using PCM?

Thanks,

Randy

Link to comment
Share on other sites


getActualCurveMaxSegDev("mycurve1")

getActualCurveMinSegDev("mycurve1")
getActualCurvePointCoord("curve", "X" [,loop index],point number)
//Access to the coordinates (X,Y,Z and Angle, Radius, Height) of each individual curve point

Please sign in to view this quote.

 

Link to comment
Share on other sites

Thanks, unfortunately that's not exactly what I need. I want to look at the deviation values from a curve to curve distance and find the lowest deviation.

Link to comment
Share on other sites

so you have 2 curves, youre evaluating a 'curve distance' between the 2, I use this often on groove seal widths ,etc.

Can't you just select the 'minimum' option in the characteristic ?

 

image.png.8bcb778b979560542daf6a5f9aec3241.png

 

Also. if you want to see where this is you can turn on CAD evaluation.

 

Sorry, not clear exactly what you are interested in.

Link to comment
Share on other sites

you can also right click the curve feature and export points of the individual curve, I believe this can also be done via PCM as well, if this is what you are interested in,

Link to comment
Share on other sites

 Share

×
×
  • Create New...