AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The 3d scene reader. -since R2016. 更多...
Public 成员函数 | |
bool | LoadScene (Path^ fileName, SceneManager^ scene) |
StringList^ | ListFileFormat () |
The 3d scene reader. -since R2016.
TODO:
StringList ^ AnyCAD::Platform::SceneReader::ListFileFormat | ( | ) |
List all the file formats
bool AnyCAD::Platform::SceneReader::LoadScene | ( | Path^ | fileName, |
SceneManager^ | scene | ||
) |
Get the scene from file.
fileName | the file name. |
scene | the scene to store the models. |