Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Balaji_Ram

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)

 

ArcAsFillet.png

 

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)