|
|
ModelUnitLoads Class |
Namespace: Karamba.Loads
The ModelUnitLoads type exposes the following members.
| Name | Description | |
|---|---|---|
| ModelUnitLoads(SerializationInfo, StreamingContext) |
Initializes a new instance of the ModelUnitLoads class.
Deserialize MeshLoad.
| |
| ModelUnitLoads(ListPoint3, ListString, MeshUnitLoad) |
Initializes a new instance of the ModelUnitLoads class.
create new model unit-load.
|
| Name | Description | |
|---|---|---|
| area | Gets the area of mesh where load is applied. | |
| elem_ids |
Gets the identifiers of elements where loads are to be applied.
| |
| eloads | Gets the equivalent element loads. | |
| ld_type | Gets the type of load application. | |
| max_vertex_load | Gets the maximum vertex load. | |
| mesh_unit_loads | Gets the unit loads on mesh. | |
| node_pos |
Gets the positions of nodes where loads are to be applied.
| |
| ploads | Gets the equivalent point loads of the mesh-load. | |
| res_unit_load | Gets the resultant of unit load on mesh. |
| Name | Description | |
|---|---|---|
| calculateModelLoads |
Calculate point-loads and distributed element loads from a mesh-load.
| |
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetObjectData |
Serialize MeshLoad.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _eloads | equivalent element loads. | |
| _max_vertex_load | return the maximum vertex load. | |
| _ploads | equivalent point loads of the mesh-load. |