Click or drag to resize

PrincipalMomentLinessolve 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 solve(
	Model model,
	List<Line3> lines,
	double dLtol,
	double dAtol,
	int max_iter,
	VectReal superimp_factors,
	out List<List<List<List<Line3>>>> princ_lines_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
princ_lines_res
Type: System.Collections.GenericListListListListLine3
first and second principal moment lines. List-structure: 1/2princ moment/Line/branch/segment
See Also