|
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)
Syntaxpublic T toBaseMesh<T>(
T m
)
where T : IMesh
Public Function toBaseMesh(Of T As IMesh) (
m As T
) As T
public:
generic<typename T>
where T : IMesh
T toBaseMesh(
T m
)
member toBaseMesh :
m : 'T -> 'T when '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:
Tmesh with converted vertex coordinates
See Also