|
ModelUnitLoadsmesh_unit_loads Property
|
Gets the unit loads on mesh.
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic MeshUnitLoad mesh_unit_loads { get; }
Public ReadOnly Property mesh_unit_loads As MeshUnitLoad
Get
public:
property MeshUnitLoad^ mesh_unit_loads {
MeshUnitLoad^ get ();
}
member mesh_unit_loads : MeshUnitLoad with get
Property Value
Type:
MeshUnitLoad
See Also