Click or drag to resize

MeshExtensionsConvert Method (MeshFace)

[Missing <summary> documentation for "M:Karamba.GHopper.Geometry.MeshExtensions.Convert(Rhino.Geometry.MeshFace)"]

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static Face3 Convert(
	this MeshFace face
)

Parameters

face
Type: MeshFace

[Missing <param name="face"/> documentation for "M:Karamba.GHopper.Geometry.MeshExtensions.Convert(Rhino.Geometry.MeshFace)"]

Return Value

Type: Face3

[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.MeshExtensions.Convert(Rhino.Geometry.MeshFace)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MeshFace. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also