Interface ILoadCurve
A curve formed from a ordered list of load points.
See Glossary
Namespace: Oasys.AdSec.Mesh
Assembly: cs.temp.dll.dll
Syntax
public interface ILoadCurve
Properties
Points
The points in the curve.
Declaration
IList<ILoad> Points { get; }
Property Value
| Type | Description |
|---|---|
| IList<ILoad> |