|
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)
Syntaxpublic List<List<Vector3>> GetNormals(
List<List<int>> crossedFaces
)
Public Function GetNormals (
crossedFaces As List(Of List(Of Integer))
) As List(Of List(Of Vector3))
public:
List<List<Vector3>^>^ GetNormals(
List<List<int>^>^ crossedFaces
)
member GetNormals :
crossedFaces : List<List<int>> -> List<List<Vector3>>
Parameters
- crossedFaces
- Type: System.Collections.GenericListListInt32
Crossed faces are grouped by [subpoly].
Return Value
Type:
ListListVector3Normals are grouped by [subpoly].
See Also