0022962: Invalid realization of reading and writing material in STEP.
[occt.git] / src / QADBMReflex / QADBMReflex_OCC749PrsUseVertexABV.cdl
1 -- File:        QADBMReflex_OCC749PrsUseVertexABV.cdl
2 -- Created:     Mon Oct  7 15:01:08 2002
3 -- Author:      QA Admin
4 --              <qa@russox>
5 ---Copyright:    Matra Datavision 2002
6
7 class OCC749PrsUseVertexABV from QADBMReflex inherits OCC749Prs from QADBMReflex
8
9 uses
10     PresentationManager3d from PrsMgr,
11     Presentation          from Prs3d,
12     Selection             from SelectMgr,
13     Color                 from Quantity,
14     MaterialAspect        from Graphic3d
15
16 is
17     Create( Reflection     : Boolean from Standard;
18             InteriorColor  : Color from Quantity;
19             EdgeColor      : Color from Quantity;
20             EdgeColor2     : Color from Quantity;
21             XCount         : Integer from Standard;
22             YCount         : Integer from Standard;
23             BoxSize        : Integer from Standard;
24             MaterialAspect : MaterialAspect from Graphic3d;
25             Material       : Boolean from Standard;
26             Timer          : Boolean from Standard )
27      returns mutable OCC749PrsUseVertexABV from QADBMReflex;
28
29     Compute(me                   : mutable;
30             aPresentationManager : PresentationManager3d from PrsMgr;
31             aPresentation        : mutable Presentation from Prs3d;
32             aMode                : Integer from Standard = 0)
33     is redefined virtual protected;
34
35 end OCC749PrsUseVertexABV;