#include <Precision.hxx>
-static int ZValueIncrement = 0;
+//static int ZValueIncrement = 0;
HYDROGUI_PolylineOp::HYDROGUI_PolylineOp( HYDROGUI_Module* theModule, bool theIsEdit )
: HYDROGUI_Operation( theModule ), myIsEdit(theIsEdit), myCurve(NULL),
else{
aPolylineObj = Handle(HYDROData_Polyline)::DownCast( aDocument->CreateObject( KIND_POLYLINE ) );
- double aZValue = double( ++ZValueIncrement ) * 1e-2; // empiric value, to be revised
- aPolylineObj->SetZValue( aZValue );
+ //double aZValue = double( ++ZValueIncrement ) * 1e-2; // empiric value, to be revised
+ //aPolylineObj->SetZValue( aZValue );
}
if( aPolylineObj.IsNull() )