Activate OSD signals on Linux
This commit is contained in:
@@ -120,9 +120,6 @@ void ProjectionAlgos::execute(void)
|
||||
brep_hlr->Add(Input);
|
||||
|
||||
try {
|
||||
#if defined(__GNUC__) && defined (FC_OS_LINUX)
|
||||
Base::SignalException se;
|
||||
#endif
|
||||
gp_Ax2 transform(gp_Pnt(0,0,0),gp_Dir(Direction.x,Direction.y,Direction.z));
|
||||
HLRAlgo_Projector projector( transform );
|
||||
brep_hlr->Projector(projector);
|
||||
|
||||
Reference in New Issue
Block a user