[SerializableAttribute]
public class MeshUnitLoad : ISerializable,
IEquatable<MeshUnitLoad>
<SerializableAttribute>
Public Class MeshUnitLoad
Implements ISerializable, IEquatable(Of MeshUnitLoad)
[SerializableAttribute]
public ref class MeshUnitLoad : ISerializable,
IEquatable<MeshUnitLoad^>
[<SerializableAttribute>]
type MeshUnitLoad =
class
interface ISerializable
interface IEquatable<MeshUnitLoad>
end
MeshUnitLoad(SerializationInfo, StreamingContext) | Initializes a new instance of the MeshUnitLoad class. Deserialize MeshUnitLoad. |
MeshUnitLoad(IMesh, LoadOrientation, ListVector3, IReadOnlyListBoolean) | Initializes a new instance of the MeshUnitLoad class. create unit loads on a given mesh. |
area | Gets the area of mesh to which load is applied. |
gen_type | Gets the list of bool indicating which equivalent types of load to create ([0]..true->PointLoads; [1]..true->LineLoads). |
Guid | Gets the Guid of the mesh unit load. |
ld_type | Gets the type of load. |
loads_items | Gets the unit mesh-load reduced to the mesh-vertices. |
max_vertex_load | Gets the maximum vertex load. |
mean_edge_length | Gets the mean edge length of the mesh. |
mesh | Gets the mesh to which the load applies. |
res_unit_load | Gets the resultant unit load of whole mesh. |
calculateMeshVertexLoads | calculates the loads at the mesh vertices. |
Equals(MeshUnitLoad) | Check whether other is equal to this. |
Equals(Object) | 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 MeshUnitLoad. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
localCoordinateSystemShell | Computes the shell coordinate system based on the given normal vector according to the orientation conventions for shells. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |