Click or drag to resize

RhinoMeshAddFace Method (Int32, Int32, Int32, Int32)

[Missing <summary> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public bool AddFace(
	int v1,
	int v2,
	int v3,
	int v4
)

Parameters

v1
Type: SystemInt32

[Missing <param name="v1"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v2
Type: SystemInt32

[Missing <param name="v2"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v3
Type: SystemInt32

[Missing <param name="v3"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v4
Type: SystemInt32

[Missing <param name="v4"/> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.RhinoMesh.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

Implements

IMeshAddFace(Int32, Int32, Int32, Int32)
See Also