ToRhinoConvert(IMesh, DictionaryIMesh, Mesh, UnitConversion) Method

Converts to Karamba's Mesh3.

Definition

Namespace: Karamba.GHopper.Geometry
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Mesh Convert(
	this IMesh mesh,
	Dictionary<IMesh, Mesh> meshCache,
	UnitConversion unitConversion
)

Parameters

mesh  IMesh
Mesh to be converted.
meshCache  DictionaryIMesh, Mesh
Cache for converting identical meshes.
unitConversion  UnitConversion
object for converting coordinates of the vertices.

Return Value

Mesh
Mesh3.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IMesh. 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