Click or drag to resize

ShellsPrincipalSigEpsVectorsresult Method

append results of the visitor to the given list of vectors and doubles

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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

[Missing <param name="origin"/> documentation for "M:Karamba.Results.ShellsPrincipalSigEpsVectors.result(System.Collections.Generic.List{Karamba.Geometry.Point3},System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Collections.Generic.List{Karamba.Geometry.Vector3},System.Collections.Generic.List{System.Double},System.Collections.Generic.List{System.Double})"]

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