// File: TopOpeBRepTool_DRAW.cxx // Created: Thu Jul 21 11:56:06 1994 // Author: Jean Yves LEBEY // #ifdef DRAW #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include Standard_IMPORT Draw_Color DrawTrSurf_CurveColor(const Draw_Color col); Standard_IMPORT void DBRep_WriteColorOrientation (); Standard_IMPORT Draw_Color DBRep_ColorOrientation (const TopAbs_Orientation Or); static Draw_MarkerShape MARKER3DSHAPE = Draw_Square; static Draw_ColorKind MARKER3DCOLOR = Draw_magenta; static Standard_Integer MARKER3DSIZE = 1; static Draw_ColorKind SEGMENTCOLOR = Draw_vert; //=========================================================================== void TopOpeBRepTool_DrawPoint (const gp_Pnt& P, const Draw_MarkerShape T, const Draw_ColorKind C) //=========================================================================== { dout<