Skip to main content
1-Visitor
December 13, 2016
Question

If i have 3d point co-ordinate than How to know that it is lying on which face,edge, or surface?

  • December 13, 2016
  • 1 reply
  • 964 views

It is not fixed that it will lie on face, edge or surface but it is sure that it is on the part somewhere.

1 reply

1-Visitor
December 15, 2016

ProGeometryAtPointFind - you have already mentioned it in another topic.
If it is not laying on any surface or edge, you can parse the model and use ProSurfaceParamEval or ProEdgeParamEval - it will tell you the closest point on the given surface or edge, so you can calculate its distance.