Click or drag to resize

MeshUnitLoadNew Class

Mesh vertex unit loads for calculating node unit loads.
Inheritance Hierarchy

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class MeshUnitLoadNew : MeshUnitLoad, 
	ISerializable

The MeshUnitLoadNew type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyarea
Gets the area of mesh to which load is applied.
(Inherited from MeshUnitLoad.)
Public propertygen_type
Gets the list of bool indicating which equivalent types of load to create ([0]..true->PointLoads; [1]..true->LineLoads).
(Inherited from MeshUnitLoad.)
Public propertyld_type
Gets the type of load.
(Inherited from MeshUnitLoad.)
Public propertyloads_items
Gets the unit mesh-load reduced to the mesh-vertices.
(Inherited from MeshUnitLoad.)
Public propertymax_vertex_load
Gets the maximum vertex load.
(Inherited from MeshUnitLoad.)
Public propertymean_edge_length
Gets the mean edge length of the mesh.
(Inherited from MeshUnitLoad.)
Public propertymesh
Gets the mesh to which the load applies.
(Inherited from MeshUnitLoad.)
Public propertyres_unit_load
Gets the resultant unit load of whole mesh.
(Inherited from MeshUnitLoad.)
Top
Methods
  NameDescription
Public methodcalculateMeshVertexLoads
calculates the loads at the mesh vertices.
(Inherited from MeshUnitLoad.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from MeshUnitLoad.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from MeshUnitLoad.)
Protected methodGetObjectData
Serialize MeshUnitLoad.
(Inherited from MeshUnitLoad.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodlocalCoordinateSystemShell
Computes the shell coordinate system based on the given normal vector according to the orientation conventions for shells.
(Overrides MeshUnitLoadlocalCoordinateSystemShell(Vector3).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also