Click or drag to resize

MeshUnitLoad Constructor

create unit loads on a given mesh

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

Parameters

mesh
Type: Karamba.GeometryIMesh

[Missing <param name="mesh"/> documentation for "M:Karamba.Loads.MeshUnitLoad.#ctor(Karamba.Geometry.IMesh,Karamba.Loads.LoadOrientation,System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Collections.Generic.List{System.Boolean})"]

ldType
Type: Karamba.LoadsLoadOrientation

[Missing <param name="ldType"/> documentation for "M:Karamba.Loads.MeshUnitLoad.#ctor(Karamba.Geometry.IMesh,Karamba.Loads.LoadOrientation,System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Collections.Generic.List{System.Boolean})"]

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

[Missing <param name="genType"/> documentation for "M:Karamba.Loads.MeshUnitLoad.#ctor(Karamba.Geometry.IMesh,Karamba.Loads.LoadOrientation,System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Collections.Generic.List{System.Boolean})"]

See Also