MeshUnitLoadNew(IMesh, LoadOrientation, ListVector3, IReadOnlyListBoolean) Constructor

Initializes a new instance of the MeshUnitLoadNew 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 MeshUnitLoadNew(
	IMesh mesh,
	LoadOrientation ldType,
	List<Vector3> unitDistLoad,
	IReadOnlyList<bool> genType
)

Parameters

mesh  IMesh
Mesh where to build the unit-load.
ldType  LoadOrientation
Orientation of the loads.
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