Anonymous | Login | 2021-01-23 04:09 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Revisions: Issue #28571 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0028571: BRepOffsetAPI_MakeOffset build invalid wire | ||
Revision | 2017-03-20 10:09 by msv | ||
Steps To Reproduce | {// test1 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, false); mf.Perform(1, 0); auto resultshape = mf.Shape(); } {// test2 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, true); mf.Perform(1, 0); auto resultshape = mf.Shape(); } #### DRAW #### restore inputwire.brep w # case 1 - closed offset mkoffset r w 1 1 a # case 2 - open offset openoffset r w 1 1 a |
||
Revision | 2017-03-20 10:08 by msv | ||
Steps To Reproduce | {// test1 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, false); mf.Perform(1, 0); auto resultshape = mf.Shape(); } {// test2 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, true); mf.Perform(1, 0); auto resultshape = mf.Shape(); } #### DRAW #### restore inputwire.brep w # case 1 - closed offset mkoffset r w 1 1 a # case 2 - open offset openoffset r w 1 1 a input wire brep is in the uploaded file test1 and test2's result brep are in the uploaded file test1 and test2's result picture are in the uploaded file too |
||
Revision | 2017-03-20 10:08 by msv | ||
Steps To Reproduce | {// test1 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, false); mf.Perform(1, 0); auto resultshape = mf.Shape(); } {// test2 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, true); mf.Perform(1, 0); auto resultshape = mf.Shape(); } input wire brep is in the uploaded file test1 and test2's result brep are in the uploaded file test1 and test2's result picture are in the uploaded file too |
||
Revision | 2017-03-20 07:35 by devocctgp | ||
Steps To Reproduce | {// test1 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, false); mf.Perform(1, 0); auto resultshape = mf.Shape(); } {// test2 BRepOffsetAPI_MakeOffset mf(input_wire, GeomAbs_Arc, true); mf.Perform(1, 0); auto resultshape = mf.Shape(); } input wire brep is in the uploaded file test1 and test2's result brep are in the uploaded file test1 and test2's result picture are in the uploaded file too |
Copyright © 2000 - 2021 MantisBT Team |