|
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)
Syntaxpublic MeshUnitLoadNew(
IMesh mesh,
LoadOrientation ldType,
List<Vector3> unitDistLoad,
List<bool> genType
)
Public Sub New (
mesh As IMesh,
ldType As LoadOrientation,
unitDistLoad As List(Of Vector3),
genType As List(Of Boolean)
)
public:
MeshUnitLoadNew(
IMesh^ mesh,
LoadOrientation ldType,
List<Vector3>^ unitDistLoad,
List<bool>^ genType
)
new :
mesh : IMesh *
ldType : LoadOrientation *
unitDistLoad : List<Vector3> *
genType : List<bool> -> MeshUnitLoadNew
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