const bool append,
const bool activate,
const bool update,
- const double lineWidth )
+ const double lineWidth,
+ const int displayMode,
+ const int color)
{
// Set color for preview shape
getDisplayer()->SetColor( Quantity_NOC_RED );
const bool append = false,
const bool activate = false,
const bool update = true,
- const double lineWidth = -1 );
+ const double lineWidth = -1,
+ const int displayMode = -1,
+ const int color = -1);
bool createShapes( GEOM::GEOM_Object_ptr theObject,
TopoDS_Shape& theApplyedWire,