Метод | Описание | |
---|---|---|
CanHandleFile ( string path ) : bool | ||
ContainsMeshData ( string path ) : bool |
Returns true, if the given file contains mesh information.
|
|
Import ( string path ) : |
Read a mesh from given file.
|
|
Read ( string path ) : |
Read an input geometry from given file.
|
|
Save ( string path, |
Save the current mesh to given file.
|
Метод | Описание | |
---|---|---|
CreateProviderInstance ( string ext ) : IMeshFile | ||
GetProviderInstance ( string path ) : IMeshFile |
public static CanHandleFile ( string path ) : bool | ||
path | string | |
Результат | bool |
public static ContainsMeshData ( string path ) : bool | ||
path | string | |
Результат | bool |
public static Import ( string path ) : |
||
path | string | |
Результат |
public static Read ( string path ) : |
||
path | string | |
Результат |
public static Save ( string path, |
||
path | string | |
mesh | ||
Результат | void |