|
ModelDisplaycollectPrincStress Method (Model, LCSuperPosition, Int32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble)
|
Create the points and direction vectors for principal stress display.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void collectPrincStress(
Model model,
LCSuperPosition lcSuperImp,
int layer_ind,
List<Point3> origins,
List<Vector3> vec1s,
List<Vector3> vec2s,
List<double> val1s,
List<double> val2s
)
Public Sub collectPrincStress (
model As Model,
lcSuperImp As LCSuperPosition,
layer_ind As Integer,
origins As List(Of Point3),
vec1s As List(Of Vector3),
vec2s As List(Of Vector3),
val1s As List(Of Double),
val2s As List(Of Double)
)
public:
void collectPrincStress(
Model^ model,
LCSuperPosition^ lcSuperImp,
int layer_ind,
List<Point3>^ origins,
List<Vector3>^ vec1s,
List<Vector3>^ vec2s,
List<double>^ val1s,
List<double>^ val2s
)
member collectPrincStress :
model : Model *
lcSuperImp : LCSuperPosition *
layer_ind : int *
origins : List<Point3> *
vec1s : List<Vector3> *
vec2s : List<Vector3> *
val1s : List<float> *
val2s : List<float> -> unit
Parameters
- model
- Type: Karamba.ModelsModel
model for which mesh data is to be gathered. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition. - layer_ind
- Type: SystemInt32
index of layer for which data is to be gathered. - origins
- Type: System.Collections.GenericListPoint3
list of center coordinates of the elements. - vec1s
- Type: System.Collections.GenericListVector3
list of first principal vectors. - vec2s
- Type: System.Collections.GenericListVector3
list of second principal vectors. - val1s
- Type: System.Collections.GenericListDouble
list of first principal values. - val2s
- Type: System.Collections.GenericListDouble
list of second principal values.
See Also