mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-16 13:20:33 +08:00
0032684: Draw Harness - fix Draw_Interpretor::Add() misuse due to overloaded syntax
This commit is contained in:
@@ -1819,7 +1819,8 @@ void GeometryTest::CurveCommands(Draw_Interpretor& theCommands)
|
||||
|
||||
theCommands.Add("projonplane",
|
||||
"projonplane r C3d Plane [dx dy dz] [0/1]",
|
||||
projonplane);
|
||||
__FILE__,
|
||||
projonplane, g);
|
||||
|
||||
theCommands.Add("bisec",
|
||||
"bisec result line/circle/point line/circle/point",
|
||||
|
||||
Reference in New Issue
Block a user