Click or drag to resize

RetrieverGetNormals Method

Compute normals from crossed faces.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<List<Vector3>> GetNormals(
	List<List<int>> crossedFaces
)

Parameters

crossedFaces
Type: System.Collections.GenericListListInt32
Crossed faces are grouped by [subpoly].

Return Value

Type: ListListVector3
Normals are grouped by [subpoly].
See Also