public BRepFill_TrimShellCorner(TopTools_HArray2OfShape theFaces, BRepFill_TransitionStyle theTransition,
                                 gp_Ax2 theAxeOfB_isPlane)
     : base()
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void SetTransition(BRepFill_TransitionStyle Mode, double Angmin, double Angmax)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void SetTransition(BRepFill_TransitionStyle Mode)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void Build(TopTools_MapOfShape ReversedEdges, BRepFill_DataMapOfShapeHArray2OfShape Tapes,
                   BRepFill_DataMapOfShapeHArray2OfShape Rails, BRepFill_TransitionStyle Transition, GeomAbs_Shape Continuity,
                   GeomFill_ApproxStyle Approx)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void SetOptions(BRepFill_TransitionStyle Style, double AngleMin)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public double EvalExtrapol(int Index, BRepFill_TransitionStyle Transition)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public bool PerformCorner(int Index, BRepFill_TransitionStyle Transition, TopTools_HArray2OfShape Bounds)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 8
0
 public bool BuildShell(BRepFill_TransitionStyle Transition, int Vf, int Vl, TopTools_MapOfShape ReversedEdges,
                        BRepFill_DataMapOfShapeHArray2OfShape Tapes, BRepFill_DataMapOfShapeHArray2OfShape Rails)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 9
0
 public bool BuildWire(BRepFill_TransitionStyle Transition)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 10
0
 public void Build(TopTools_MapOfShape ReversedEdges, BRepFill_DataMapOfShapeHArray2OfShape Tapes,
                   BRepFill_DataMapOfShapeHArray2OfShape Rails, BRepFill_TransitionStyle Transition)
 {
     throw new NotImplementedException();
 }