Message 1 of 3
Generate Polyline with all corners as arc with specific radius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i am writing code to generate 2d reinforcement drawing. so i need rounded corner for all of polylines used for reinforcement.
Is there any generic code which allows me to generate polyline with rounded corner using fix radius. this is similar to drawing polyline and then applying fillet to all corners manually.