Bad performance, when creating an extrusion on 5 circles, or cut it from a extrusion based on a contour.
// change deviation coefficient to provide more precise circle
Handle(Prs3d_Drawer) aDrawer = Attributes();
- aDrawer->SetDeviationCoefficient(ModuleBase_Tools::defaultDeviationCoefficient());
+ //aDrawer->SetDeviationCoefficient(ModuleBase_Tools::defaultDeviationCoefficient());
AIS_Shape::Compute(thePresentationManager, thePresentation, theMode);
}
}
continue;
TopoDS_Shape aShape = aGeomShape->impl<TopoDS_Shape>();
// change deviation coefficient to provide more precise circle
- aDrawer->SetDeviationCoefficient(ModuleBase_Tools::defaultDeviationCoefficient());
+ //aDrawer->SetDeviationCoefficient(ModuleBase_Tools::defaultDeviationCoefficient());
StdPrs_WFDeflectionShape::Add(thePresentation, aShape, aDrawer);
}
}