Click or drag to resize

ModelDisplaycollectPrincResultants Method (Model, LCSuperPosition, Int32, ListInt32, ListPoint3, ListVector3, ListVector3, ListDouble, ListDouble, SurfaceResultTag)

Create the points and direction vectors for principal stress resultants display.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void collectPrincResultants(
	Model model,
	LCSuperPosition lcSuperImp,
	int layer_ind,
	List<int> elem_inds,
	List<Point3> origins,
	List<Vector3> vec1s,
	List<Vector3> vec2s,
	List<double> val1s,
	List<double> val2s,
	SurfaceResultTag res_tag
)

Parameters

model
Type: Karamba.ModelsModel
model for which mesh data is to be gathered.
lcSuperImp
Type: Karamba.Loads.CombinationsLCSuperPosition
SuperPosition rule for the results.
layer_ind
Type: SystemInt32
index of layer for which data is to be gathered.
elem_inds
Type: System.Collections.GenericListInt32
list of indexes of elements for which to collect the principal resultants.
origins
Type: System.Collections.GenericListPoint3
positions at which principal vectors are calculated.
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.
res_tag
Type: SurfaceResultTag
type of results to be collected.
See Also