Skip to content

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

License

Notifications You must be signed in to change notification settings

Guruprasad-Rane/catenary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages