Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 265 Bytes

File metadata and controls

8 lines (6 loc) · 265 Bytes

catenary

C program to create Catenary curve from given Rise and Span. The output is in dxf file which can be imported by suitable CAD softwares.

Compile : gcc catenary.c -o catenary -lm

Usage : ./catenary -s <span> -r <rise> -d <divisions> -o <dxfFile>