Exemple #1
0
 public TopoDS_Vertex Vertex(BRepPrim_Direction d1, BRepPrim_Direction d2, BRepPrim_Direction d3)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public gp_Pnt Point(BRepPrim_Direction d1, BRepPrim_Direction d2, BRepPrim_Direction d3)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public gp_Lin Line(BRepPrim_Direction d1, BRepPrim_Direction d2)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public bool HasVertex(BRepPrim_Direction d1, BRepPrim_Direction d2, BRepPrim_Direction d3)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public bool HasEdge(BRepPrim_Direction d1, BRepPrim_Direction d2)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public TopoDS_Edge Edge(BRepPrim_Direction d1, BRepPrim_Direction d2)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public TopoDS_Wire Wire(BRepPrim_Direction d1)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public bool HasWire(BRepPrim_Direction d1)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public gp_Pln Plane(BRepPrim_Direction d1)
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public bool IsInfinite(BRepPrim_Direction d1)
 {
     throw new NotImplementedException();
 }
Exemple #11
0
 public void Close(BRepPrim_Direction d1)
 {
     throw new NotImplementedException();
 }