Property Load

Load

Gets a IReadOnlyList{(int Vertex, double Load)} of load values at polygon vertices [N/mm²]

Declaration
public IReadOnlyList<(int Vertex, double Load)> Load { get; }
Property Value
Type Description
IReadOnlyList<(int Vertex, double Load)> IReadOnlyList{(int Vertex, double Load)}
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next