Click or drag to resize

MeshUnitLoadNew Constructor (IMesh, LoadOrientation, ListVector3, ListBoolean)

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

Parameters

mesh
Type: Karamba.GeometryIMesh
Mesh where to build the unit-load.
ldType
Type: Karamba.LoadsLoadOrientation
Orientation of the loads.
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