|
MeshUnitLoadloads_items Property
|
Gets the unit mesh-load reduced to the mesh-vertices.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<MeshUnitLoadsItem> loads_items { get; }
Public ReadOnly Property loads_items As List(Of MeshUnitLoadsItem)
Get
public:
property List<MeshUnitLoadsItem^>^ loads_items {
List<MeshUnitLoadsItem^>^ get ();
}
member loads_items : List<MeshUnitLoadsItem> with get
Property Value
Type:
ListMeshUnitLoadsItem
See Also