Click or drag to resize

MeshUnitLoad Constructor (IMesh, LoadOrientation, ListVector3, ListBoolean)

Initializes a new instance of the MeshUnitLoad class. create unit loads on a given mesh.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public MeshUnitLoad(
	IMesh mesh,
	LoadOrientation ldType,
	List<Vector3> unitDistLoad,
	List<bool> genType
)

Parameters

mesh
Type: Karamba.GeometryIMesh
Mesh on which to generate the unit-loads.
ldType
Type: Karamba.LoadsLoadOrientation
orientation of the load.
unitDistLoad
Type: System.Collections.GenericListVector3
Unitized list of stress vectors. One for each mesh face according to the longest list principle.
genType
Type: System.Collections.GenericListBoolean
List of boolean values indicating which equivalent types of load to create ([0]..true->PointLoads; [1]..true->LineLoads).
See Also