mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0026916: Configuration, CMake - configure variables to customize installation path separately for executables, libraries and resources
change the structure of binaries for unix OCCT_RESOURCE_PATH env variable is used
This commit is contained in:
@@ -1082,7 +1082,7 @@ void MAT2d_Tool2d::Dump(const Standard_Integer bisector,
|
||||
if(bisector == -1) return;
|
||||
if(bisector > theNumberOfBisectors) return;
|
||||
|
||||
Handle(Geom2d_Curve) thebisector = GeomBis(bisector).Value();
|
||||
Handle(Geom2d_Curve) thebisector = Handle(Geom2d_Curve)::DownCast(GeomBis(bisector).Value());
|
||||
|
||||
MAT2d_DrawCurve(thebisector,3);
|
||||
|
||||
|
Reference in New Issue
Block a user