- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to find the intersection point between a cylindrical curve and faces in a body. I have the start point an start vector and a rotational velocity. With this values it should be possible to create this cylindrical curve.
Is there a function in inventor which I can use?
Currently I am using the function "FindUsingRay". But I thing that there is only the possibility to fire a linear function through the body.
Today I found the command "FindUsingVector":
Sub FindUsingVector(OriginPoint As Point, Direction As UnitVector, ObjectTypes As SelectionFilterEnum(), ByRef UseCylinder As [defaultvalue(-1)] Boolean, ByRef ProximityTolerance As [optional] VARIANT, ByRef VisibleObjectsOnly As [defaultvalue(-1)] Boolean, ByRef LocationPoints As [optional] VARIANT,
I did not find any information in the "Autodesk Programming help".
Does anybody know what is the difference between this both functions?
Is the argument "UseCylinder" for a switch into cylindrical coordinate system?
Thanks for reply
Solved! Go to Solution.