Click or drag to resize

PrincipalMomentLinesprincipal_lines Method

retrieve principal moment lines

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void principal_lines(
	Model model,
	List<Line3> lines,
	double dLtol,
	double dAtol,
	int max_iter,
	VectReal superimp_factors,
	List<Surface3DVecEvalStrategy> res_strat,
	out List<List<List<List<Line3>>>> res
)

Parameters

model
Type: Karamba.ModelsModel
Model with calculated displacements
lines
Type: System.Collections.GenericListLine3
List of lines that intersect the shell an thus define the source of a principal moment line.
dLtol
Type: SystemDouble
Approximate length of the segments of the principal moment lines
dAtol
Type: SystemDouble
Approximate maximum angle between the segments of the principal moment lines [rad].
max_iter
Type: SystemInt32
Maximum number of iterations for constructing a principal moment line from vertex values
superimp_factors
Type: VectReal
vector of doubles for superimposing the loadcases
res_strat
Type: System.Collections.GenericListSurface3DVecEvalStrategy
list of strategies for retrieving results
res
Type: System.Collections.GenericListListListListLine3
Principal lines according to retrieval strategy. List-structure: Strategy/Line/branch/segment
See Also