Derm.Mesh.MeshCodecOBJ Class Reference
Inherits Derm::Mesh::MeshCodec::Plugin.
List of all members.
Constructor & Destructor Documentation
Derm.Mesh.MeshCodecOBJ.MeshCodecOBJ |
( |
|
) |
|
Member Function Documentation
override bool Derm.Mesh.MeshCodecOBJ.IsSupported |
( |
FileStream |
fs |
) |
|
Check whether a file stream is supported.
- Parameters:
-
- Returns:
- A System.Boolean
This routine returns always false since it's not possible to determine (quickly) the OBJ file format.
override bool Derm.Mesh.MeshCodecOBJ.IsSupported |
( |
string |
path |
) |
|
Check whether a file stream is supported.
- Parameters:
-
- Returns:
- A System.Boolean
This routine determine whether a file is supported by examining the file name extention.
override Mesh Derm.Mesh.MeshCodecOBJ.Load |
( |
FileStream |
fs |
) |
|