Method for offset point by center arc in space?

hello everybody,

I would like to retrieve the vector of a circle in space and create a point with an offset of the radius on the same plane as the circle and then apply an angular rotation about, a bit like a point of the quadrant of the circle.

what are the procedures that calculate the point in space ?, I look at the side of NXOpen.VectorArithmetic but I do not know :( use.

is could someone help me please?,I can provide a image for explanation if necessary

Thank you in advance, sorry for my english :)

Chris

If you have a reference to an Arc object, you can use the .Matrix property or .GetOrientation method to get the orientation of the arc. For an example, look at the code here:
http://nxjournaling.com/content/arc-start-point-and-end-point
especially the ArcStartPoint and ArcEndPoint functions. I think these functions are doing something very similar to what you are describing.

Hello,

Thank you for your help, i will try this method.

have a good day

Chris