Fixed typo.
This commit is contained in:
parent
2bc020d509
commit
1255ac62c2
|
@ -131,7 +131,7 @@ void ViewProviderAddSub::updateAddSubShapeIndicator() {
|
||||||
// create or use the mesh on the data structure
|
// create or use the mesh on the data structure
|
||||||
#if OCC_VERSION_HEX >= 0x060600
|
#if OCC_VERSION_HEX >= 0x060600
|
||||||
BRepMesh_IncrementalMesh(cShape,deflection,Standard_False,
|
BRepMesh_IncrementalMesh(cShape,deflection,Standard_False,
|
||||||
AngDeflectionRads,Standard_True);
|
deflection,Standard_True);
|
||||||
#else
|
#else
|
||||||
BRepMesh_IncrementalMesh(cShape,deflection);
|
BRepMesh_IncrementalMesh(cShape,deflection);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user