Triangle3d.ToMesh Method

Triangle3dToMesh Method

Create a mesh from this triangle.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Mesh ToMesh()
Public Function ToMesh As Mesh

Return Value

Type: Mesh

[Missing <returns> documentation for "M:Rhino.Geometry.Triangle3d.ToMesh"]

See Also