Class which solves the catenary equation for a hanging wire between two points and a specified length.
Inheritance HierarchySystemObject
Demo3D.CommonCatenary
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
SyntaxThe Catenary type exposes the following members.
Constructors
Properties|
| Name | Description |
|---|
 | Valid |
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|
| Name | Description |
|---|
 | PointAt |
3D coordinate along catenary, 0.0 being the start and 1.0 being the end
|
Top
See Also