MeshUnitLoad(IMesh, LoadOrientation, ListVector3, IReadOnlyListBoolean) Constructor
Initializes a new instance of the
MeshUnitLoad class.
create unit loads on a given mesh.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public MeshUnitLoad(
IMesh mesh,
LoadOrientation ldType,
List<Vector3> unitDistLoad,
IReadOnlyList<bool> genType
)
Public Sub New (
mesh As IMesh,
ldType As LoadOrientation,
unitDistLoad As List(Of Vector3),
genType As IReadOnlyList(Of Boolean)
)
public:
MeshUnitLoad(
IMesh^ mesh,
LoadOrientation ldType,
List<Vector3>^ unitDistLoad,
IReadOnlyList<bool>^ genType
)
new :
mesh : IMesh *
ldType : LoadOrientation *
unitDistLoad : List<Vector3> *
genType : IReadOnlyList<bool> -> MeshUnitLoad
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).