Click or drag to resize

UnitConversiontoBaseMeshT Method

converts vertex coordinates of given mesh to the base unit of the conversion

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T toBaseMesh<T>(
	T m
)
where T : IMesh

Parameters

m
Type: T
mesh whose vertex coordinates shall be converted

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Karamba.Utilities.UnitConversion.toBaseMesh``1(``0)"]

Return Value

Type: T
mesh with converted vertex coordinates
See Also