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