- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have kept project zip at https://drive.google.com/file/d/0B9ZSXyeZHd37dm56bm1wQ2ZTdHM/view?usp=sharing (password is your first name)
In this project I am trying to create Extrude/Sweep features equivalanet to given Sheet Metal features like FACE and CONTOUR FLANGE.
Please execute the project, open "My Project/FaceWithaFlange.ipt" and set break point in "ConvertContourFlangeToSweepOfEdgeWidthExtent()". Here I am trying to build two sketches, one for profile and one for path.
In case of Path I am not able to create arc between two sketch lines. Please uncomment the following line in code to see the error.
'Dim skarc As SketchArc = pathSketch.SketchArcs.AddByFillet(addedSketchLine, pathSketchLine, m_bendradius, addedSketchLine.EndSketchPoint.Geometry, pathSketchLine.StartSketchPoint.Geometry)
I wish to have arcs at every corners to achieve Bend like shape.
Not sure whats going wrong.
(Note: Please preserve this project, as I have quite a few queries on the same. Thanks)