| 
            
              ToKarambaCommonConvert Method (MeshFace)
             | 
          
        
          
    Namespace: 
   Karamba.GHopper.Geometry
    Assembly:
   Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static Face3 Convert(
	this MeshFace face
)
<ExtensionAttribute>
Public Shared Function Convert ( 
	face As MeshFace
) As Face3
public:
[ExtensionAttribute]
static Face3 Convert(
	MeshFace face
)
[<ExtensionAttribute>]
static member Convert : 
        face : MeshFace -> Face3 
Parameters
- face
 - Type: MeshFace
MeshFace to be converted. 
Return Value
Type: 
Face3Face3.
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