ToRhinoConvert(IMesh, DictionaryIMesh, Mesh, UnitConversion) Method
Namespace: Karamba.GHopper.GeometryAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static Mesh Convert(
this IMesh mesh,
Dictionary<IMesh, Mesh> meshCache,
UnitConversion unitConversion
)
<ExtensionAttribute>
Public Shared Function Convert (
mesh As IMesh,
meshCache As Dictionary(Of IMesh, Mesh),
unitConversion As UnitConversion
) As Mesh
public:
[ExtensionAttribute]
static Mesh^ Convert(
IMesh^ mesh,
Dictionary<IMesh^, Mesh^>^ meshCache,
UnitConversion^ unitConversion
)
[<ExtensionAttribute>]
static member Convert :
mesh : IMesh *
meshCache : Dictionary<IMesh, Mesh> *
unitConversion : UnitConversion -> Mesh
- mesh IMesh
- Mesh to be converted.
- meshCache DictionaryIMesh, Mesh
- Cache for converting identical meshes.
- unitConversion UnitConversion
- object for converting coordinates of the vertices.
MeshMesh3.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).