Click or drag to resize

RhinoMeshdoubleFaceArea Method

determine the raw face normal whose length is double the area of the mesh face mesh face for which to calculate the area

Return Value

Type: Vector3
normal vector to face whose length is double the face area

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public Vector3 doubleFaceArea(
	Face3 face
)

Parameters

face
Type: Karamba.GeometryFace3

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

Return Value

Type: Vector3

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

Implements

IMeshdoubleFaceArea(Face3)
See Also