Click or drag to resize

GH_MeshFace Constructor (GH_MeshFace)

Create a duplicate of another mesh face

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_MeshFace(
	GH_MeshFace other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_MeshFace
Mesh face to duplicate
See Also