1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0022832: Not documented limitation of Graphic3d_StructureManager

Added information about viewers count limitation in CDL documentation.
This commit is contained in:
aba 2012-10-24 15:12:38 +04:00
parent 792c785cfb
commit bcfa72e4b3
3 changed files with 12 additions and 2 deletions

View File

@ -62,7 +62,11 @@ is
Initialize ( aDevice : GraphicDevice from Aspect )
---Level: Public
---Purpose: Initialise the constructor of the ViewManager.
---Purpose: Initialises the ViewManager.
-- Currently creating of more than 100 viewer instances
-- is not supported and leads to InitializationError and
-- initialisation failure.
-- This limitation might be addressed in some future OCCT releases.
-- Warning: Raises InitialisationError if the initialisation
-- of the ViewManager failed.
raises InitialisationError from Graphic3d;

View File

@ -105,6 +105,9 @@ is
returns mutable Viewer from V3d
---Purpose: Create a Viewer on the given device with the given parameters or
-- with their default values.
-- Currently creating of more than 100 viewer instances
-- is not supported and leads to an exception.
-- This limitation might be addressed in some future OCCT releases.
raises BadValue from Viewer ;
---Purpose: If the size of the view is <= 0
-- if ComputedMode is false, only the degenerate mode will be used.

View File

@ -59,7 +59,10 @@ is
returns mutable ViewManager from Visual3d;
---Level: Public
---Purpose: Creates a 3D visualizer.
-- Currently creating of more than 100 viewer instances
-- is not supported and leads to InitializationError and
-- initialisation failure.
-- This limitation might be addressed in some future OCCT releases.
---------------------------------------------------
-- Category: Methods to modify the class definition
---------------------------------------------------