AnyCAD SDK PRO
2020
The Professional Graphics SDK for .Net and C++ Developers
|
The 3d scene writer settings. -since R2016. 更多...
Public 成员函数 | |
void | SetScene (SceneManager^ val) |
void | SetCamera (Camera^ val) |
void | SetViewport (Viewport^ val) |
The 3d scene writer settings. -since R2016.
TODO:
void AnyCAD::Platform::SceneWriterSettings::SetCamera | ( | Camera^ | val | ) |
Set the camera
val | the camera |
void AnyCAD::Platform::SceneWriterSettings::SetScene | ( | SceneManager^ | val | ) |
Set the scene to save.
val | the SceneManager |
void AnyCAD::Platform::SceneWriterSettings::SetViewport | ( | Viewport^ | val | ) |
Set the view port
val | the view port |