|
ModelUnitLoadsploads Property
|
Gets the equivalent point loads of the mesh-load.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<PointLoad> ploads { get; }
Public ReadOnly Property ploads As List(Of PointLoad)
Get
public:
property List<PointLoad^>^ ploads {
List<PointLoad^>^ get ();
}
member ploads : List<PointLoad> with get
Property Value
Type:
ListPointLoad
See Also