ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
CBCasey Balderson12/12/2019

Working in a 3DSketch, I want to retrieve all of the sketch segments (and possibly the resulting associated constrained corner point or intersection point) created by ISketchManager.CreateFillet().

I can get the sketch segment created by creating a single sketch fillet, but only if I select one at a time.

If I select all points to create a sketch fillet, then use ISketchManager.CreateFillet(), then it only stores the sketch segment of the first point I selected.

Any thoughts on how to get all of the sketch segments created by ISketchManager.CreateFillet() when multiple points are selected?

And moving forward, any idea how to obtain the associated intersection points created by said sketch fillet? SolidWorks Highlights the associated intersection point when you select the arc, but I can't figure out how to store that intersection point.