public void SetOperation(BOPAlgo_Operation theBOP)
 {
     throw new NotImplementedException();
 }
 public BRepAlgoAPI_BooleanOperation(TopoDS_Shape theS1, TopoDS_Shape theS2, BOPAlgo_Operation theOperation)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void SetData(TopoDS_Shape theS1, TopoDS_Shape theS2, BOPAlgo_Operation theOp)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void BuildBOP(TopTools_ListOfShape theObjects, TopTools_ListOfShape theTools,
                      BOPAlgo_Operation theOperation)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public BRepAlgoAPI_Check(TopoDS_Shape theS1, TopoDS_Shape theS2, BOPAlgo_Operation theOp, bool bTestSE)
     : base()
 {
     throw new NotImplementedException();
 }