-- File: DsgPrs_FixPresentation.cdl -- Created: Mon Apr 1 12:59:22 1996 -- Author: Flore Lantheaume -- ---Copyright: Matra Datavision 1996 class FixPresentation from DsgPrs ---Purpose: class which draws the presentation of Fixed objects uses Presentation from Prs3d, Drawer from Prs3d, Pnt from gp, Dir from gp is Add(myclass; aPresentation: Presentation from Prs3d; aDrawer : Drawer from Prs3d; aPntAttach : Pnt from gp; aPntEnd : Pnt from gp; aNormPln : Dir from gp; aSymbSize : Real from Standard); ---Purpose: draws the presentation of fixed objects by -- drawing the 'fix' symbol at position . -- A binding segment is drawn between -- ( which belongs the the fix object) and . -- aSymbSize is the size of the 'fix'symbol end FixPresentation;