mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 05:04:11 +08:00
0032684: Draw Harness - fix Draw_Interpretor::Add() misuse due to overloaded syntax
This commit is contained in:
@@ -757,15 +757,15 @@ void BRepTest::FilletCommands(Draw_Interpretor& theCommands)
|
||||
theCommands.Add("rollingball",
|
||||
"rollingball r S radius [stopf1 ..] @ [f1 f2 ..] @ [e1 ..]",
|
||||
__FILE__,
|
||||
rollingball);
|
||||
rollingball, g);
|
||||
|
||||
theCommands.Add("brollingball",
|
||||
"brollingball r S radius [stopf1 ..] @ [f1 f2 ..] @ [e1 ..]",
|
||||
__FILE__,
|
||||
rollingball);
|
||||
rollingball, g);
|
||||
|
||||
theCommands.Add("trollingball",
|
||||
"trollingball r S radius [stopf1 ..] @ [f1 f2 ..] @ [e1 ..]",
|
||||
__FILE__,
|
||||
rollingball);
|
||||
rollingball, g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user