-- File: PPrsStd_AISPresentation.cdl -- Created: Thu Jul 8 16:36:22 1999 -- Author: Sergey RUIN -- ---Copyright: Matra Datavision 1999 -- Lastly modified by : -- +---------------------------------------------------------------------------+ -- ! ivan ! sauvegarde du mode ! $Date: 2002-05-27 18:10:25 $! %V%-%L%! -- +---------------------------------------------------------------------------+ class AISPresentation_1 from PPrsStd inherits Attribute from PDF ---Purpose: uses HExtendedString from PCollection is Create returns mutable AISPresentation_1 from PPrsStd; IsDisplayed(me) returns Boolean from Standard; SetDisplayed(me : mutable; B : Boolean from Standard); SetDriverGUID(me: mutable; guid: HExtendedString from PCollection ); GetDriverGUID(me) returns HExtendedString from PCollection; Color(me) returns Integer from Standard; SetColor(me : mutable; C : Integer from Standard); Transparency(me) returns Real from Standard; SetTransparency(me : mutable; T : Real from Standard); Material(me) returns Integer from Standard; SetMaterial(me : mutable; M : Integer from Standard); Width(me) returns Real from Standard; SetWidth(me : mutable; W : Real from Standard); Mode(me) returns Integer from Standard; SetMode(me : mutable; M : Integer from Standard); fields myIsDisplayed : Boolean from Standard; myDriverGUID : HExtendedString from PCollection; myTransparency : Real from Standard; myColor : Integer from Standard; myMaterial : Integer from Standard; myWidth : Real from Standard; myMode : Integer from Standard; end AISPresentation_1; -- @@SDM: begin -- File history synopsis (creation,modification,correction) -- +---------------------------------------------------------------------------+ -- ! Developer ! Comments ! Date ! Version ! -- +-----------!-----------------------------------------!----------!----------+ -- ! fontaine ! Creation ! $Date: 2002-05-27 18:10:25 $! %V%-%L%! -- ! ivan ! sauvegarde du mode ! $Date: 2002-05-27 18:10:25 $! %V%-%L%! -- +---------------------------------------------------------------------------+ -- @@SDM: end