ModelViewManager
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Common.Graphics.ModelViewManager#
Bases:
object
ModelViewManager class.
Overview#
Apply the view specified by index. |
|
Create a view from current graphics with default naming. |
|
Delete the specified view by name. |
|
Export model views to the specified file. |
|
Import model views from the specified file. |
|
Rename the model view specified by viewIndex to newLabel. |
|
Set the active of viewport. |
|
Set the number of viewports displayed. |
ActiveViewPort property. |
|
The number of views currently defined. |
Property detail#
Method detail#
- ModelViewManager.ExportModelViews(viewfilepath: str) None #
Export model views to the specified file.
- ModelViewManager.ImportModelViews(viewfilepath: str) None #
Import model views from the specified file.
- ModelViewManager.RenameView(viewIndex: int, newLabel: str) None #
Rename the model view specified by viewIndex to newLabel.