Click or drag to resize

RhinoMeshfaceNormal Method

calculate the normal of the face. works for triangles and quads?

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public Vector3 faceNormal(
	Face3 face
)

Parameters

face
Type: Karamba.GeometryFace3

[Missing <param name="face"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.faceNormal(Karamba.Geometry.Face3)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.faceNormal(Karamba.Geometry.Face3)"]

Implements

IMeshfaceNormal(Face3)
See Also