MeshUnitLoad(IMesh, LoadOrientation, ListVector3, IReadOnlyListBoolean) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public MeshUnitLoad(
	IMesh mesh,
	LoadOrientation ldType,
	List<Vector3> unitDistLoad,
	IReadOnlyList<bool> genType
)

Parameters

mesh  IMesh
Mesh on which to generate the unit-loads.
ldType  LoadOrientation
orientation of the load.
unitDistLoad  ListVector3
Unitized list of stress vectors. One for each mesh face according to the longest list principle.
genType  IReadOnlyListBoolean
List of boolean values indicating which equivalent types of load to create ([0]..true->PointLoads; [1]..true->LineLoads).

See Also