|
UnitConversiontoBaseMeshT Method
|
Converts vertex coordinates of given mesh to the base unit of the conversion.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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
- Type of the mesh into which to convert.
Return Value
Type:
Tmesh with converted vertex coordinates.
See Also