lklo
Industrial
- Nov 24, 2010
- 226
Hi -
Current situation.
Dim axisPt(2) As Double = xxxxxxx
I do have calculated a intersection Point between a hole-axis and a planar-face,
from where I have to fire a Ray (ufs.Modl.TraceARay(theBodytags.Count, theBodytags.ToArray, axisPt, unitNormal, identity, 0, numHits, hits)
But instead of Firing from the center point itself, I would like to offset the Point a certain Delta distance....
The offset shall be parallel to the planar face - but no requirements to the index angle from centerpoint....
(It means the new point can be at "point on a the Delta Radius distance" from center point of the hole....)
In shortness:
axisPt(2) shall contain a random Point on a Delta Radius centered in current intersection point...
Can someone maybe advice a bit....
please see attached pic..
br lklo
Current situation.
Dim axisPt(2) As Double = xxxxxxx
I do have calculated a intersection Point between a hole-axis and a planar-face,
from where I have to fire a Ray (ufs.Modl.TraceARay(theBodytags.Count, theBodytags.ToArray, axisPt, unitNormal, identity, 0, numHits, hits)
But instead of Firing from the center point itself, I would like to offset the Point a certain Delta distance....
The offset shall be parallel to the planar face - but no requirements to the index angle from centerpoint....
(It means the new point can be at "point on a the Delta Radius distance" from center point of the hole....)
In shortness:
axisPt(2) shall contain a random Point on a Delta Radius centered in current intersection point...
Can someone maybe advice a bit....
please see attached pic..
br lklo