Click or drag to resize

ShellsPrincipalSigEpsVectorsresult Method

Appends results of the visitor to the given list of vectors and doubles.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void result(
	List<Point3> origin,
	List<Vector3> vec1,
	List<Vector3> vec2,
	List<double> val1,
	List<double> val2
)

Parameters

origin
Type: System.Collections.GenericListPoint3
Position of the result.
vec1
Type: System.Collections.GenericListVector3
First principal directions.
vec2
Type: System.Collections.GenericListVector3
Second principal directions.
val1
Type: System.Collections.GenericListDouble
First principal values.
val2
Type: System.Collections.GenericListDouble
Second principal values.
See Also