Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
1. Begin by executing the "ET" command.
2. Prompt the user to specify the width of the duct (DW).
3. Ask the user to select an existing polyline.
Backend Operations:
4. Offset the selected polyline on both sides by a distance equal to 0.5 times DW.
5. Apply a fillet with a radius of 0.75 times DW at all deviations along the polyline.
6. Draw two new lines originating from both ends of the inner fillet, extending perpendicularly to the opposite offset line.
7. Delete the original polyline located in the middle.
8. Insert the DW value, provided by the user, as text at the midpoint of each offset segment. Use a text size of 0.40 times DW, ensuring middle-center justification.
Solved! Go to Solution.