Click or drag to resize

Catenary Class

Class which solves the catenary equation for a hanging wire between two points and a specified length.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonCatenary

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public class Catenary

The Catenary type exposes the following members.

Constructors
  NameDescription
Public methodCatenary
Create a catenary.
Top
Properties
  NameDescription
Public propertyValid
Have we successfully generated the catenary?

This may fail, for example if the supplied length is too small for the two supplied points.

Top
Methods
  NameDescription
Public methodPointAt
3D coordinate along catenary, 0.0 being the start and 1.0 being the end
Top
See Also