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