public bool Find(int theKey, Bisector_Bisec theValue)
 {
     throw new NotImplementedException();
 }
 public Bisector_Bisec Bound(int theKey, Bisector_Bisec theItem)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public void UpdateDetromp(BRepFill_DataMapOfOrientedShapeListOfShape Detromp, TopoDS_Shape Shape1,
                           TopoDS_Shape Shape2, TopTools_SequenceOfShape Vertices, TColgp_SequenceOfPnt Params, Bisector_Bisec B_isec,
                           bool SOnE, bool EOnE, BRepFill_TrimEdgeTool Trim)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void TrimBisec(Bisector_Bisec B_is, int IndexEdge, bool OnLine, int StartOrEnd)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public BRepFill_TrimEdgeTool(Bisector_Bisec B_isec, Geom2d_Geometry S1, Geom2d_Geometry S2, double Offset)
     : base()
 {
     throw new NotImplementedException();
 }