mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Warnings is IntPatch_ImpImpIntersection_4.gxx on unix platforms and in ViewerTest.cxx on win32 vc14 were eliminated
This commit is contained in:
@@ -2225,14 +2225,14 @@ static Standard_Integer VAspects (Draw_Interpretor& /*theDI*/,
|
||||
}
|
||||
|
||||
aChangeSet->ToSetHatch = 1;
|
||||
TCollection_AsciiString anArg (theArgVec[++anArgIter]);
|
||||
if (anArg.Length() <= 2)
|
||||
TCollection_AsciiString anArgHatch (theArgVec[++anArgIter]);
|
||||
if (anArgHatch.Length() <= 2)
|
||||
{
|
||||
aChangeSet->StdHatchStyle = Draw::Atoi (anArg.ToCString());
|
||||
aChangeSet->StdHatchStyle = Draw::Atoi (anArgHatch.ToCString());
|
||||
}
|
||||
else
|
||||
{
|
||||
aChangeSet->PathToHatchPattern = anArg;
|
||||
aChangeSet->PathToHatchPattern = anArgHatch;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user