Is it possible to determine the intersection point between a vector & a surface?
I’ve attached a Model with a surface and 3 vectors. And I would like to know, where the intersection points are in relation to the reference frame of the segment.
As in the previous answer, we don’t have that kind of function.
So as you can guess, only the visual comparison may be available.
Maybe you can develop your own function using Python or C++, but I’m not sure whether this is appropriate for your purpose.
You can see AnyFunEx class examples here:
C:\Program Files (x86)\AnyBody Technology\AnyBody.5.2\Documentation\AnyScriptReference\demo\ClassExamples\AnyFunEx
You can use AnyParamSurfAnalytical class which can measure the distance between a point and a surface. In this case, the type of the surface should be analytical such as cylinder, ellipsoid or sphere.
In your model, it seems that you use the term ‘surface’ for mesh data.
Unfortunately, currently AnyBody does not have any kinematic measure between a point and a mesh data.