[TD]restore missing isoparameter option

This commit is contained in:
wandererfan
2022-09-11 15:17:43 -04:00
committed by WandererFan
parent df831d8cbd
commit ef7261e8e8

View File

@@ -167,7 +167,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& inShape,
try {
brep_hlr = new HLRBRep_Algo();
// brep_hlr->Debug(true);
brep_hlr->Add(inShape);
brep_hlr->Add(inShape, m_isoCount);
if (m_isPersp) {
double fLength = std::max(Precision::Confusion(), m_focus);
HLRAlgo_Projector projector( viewAxis, fLength );