Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I understand how to create an arc but is there a way to create two lines then add a fillet to them? ie Is there a way where the API just understands how to break the conincident points and insert the fillet without needing to be told where the end points are in space?
I say this because i have lines going in all directions and i'd rather not have to do pythagorus to calculate the offsets at each intersetion. Just select two lines, add a fillet at this radius?
Dim saArc As SketchArc Set saArc = oSketch.SketchArcs.AddByFillet(oLine1, oLine2, 0.5, oLine1.Geometry, oLine4.Geometry) or Set saArc = oSketch.SketchArcs.AddByFillet(oLine1, oLine2, 0.5, oLine1.startsketchpoint, oLine4.endsketchpoint)
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
---------------------------------------------------------------------------------------------------------------------------
Inventor 2010 Certified Professional
Currently using 2023 Pro
Solved! Go to Solution.