Click or drag to resize

ApproximatePrincipalStrainssolve Method

calculate approximate principal strains from a point cloud derived from an arbitrary surface

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	Model def_model,
	List<Point3> points,
	double scale,
	out List<Vector3> vt1_dirs,
	out List<Vector3> vt2_dirs
)

Parameters

model
Type: Karamba.ModelsModel
model with undeformed geometry
def_model
Type: Karamba.ModelsModel
model with deformed geometry
points
Type: System.Collections.GenericListPoint3
points where principal strain vectors shall be computed
scale
Type: SystemDouble
factor for scaling the principal strain vectors
vt1_dirs
Type: System.Collections.GenericListVector3
first principal approximate principal strain directions
vt2_dirs
Type: System.Collections.GenericListVector3
second principal approximate principal strain directions
See Also