public void AddUEdges(TopTools_HArray2OfShape theUEdges)
 {
     throw new NotImplementedException();
 }
 public void AddVEdges(TopTools_HArray2OfShape theVEdges, int theIndex)
 {
     throw new NotImplementedException();
 }
 public void AddBounds(TopTools_HArray2OfShape Bounds)
 {
     throw new NotImplementedException();
 }
 public BRepFill_TrimShellCorner(TopTools_HArray2OfShape theFaces, BRepFill_TransitionStyle theTransition,
                                 gp_Ax2 theAxeOfB_isPlane)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public bool Find(TopoDS_Shape theKey, TopTools_HArray2OfShape theValue)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public TopTools_HArray2OfShape Bound(TopoDS_Shape theKey, TopTools_HArray2OfShape theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Пример #7
0
 public bool PerformCorner(int Index, BRepFill_TransitionStyle Transition, TopTools_HArray2OfShape Bounds)
 {
     throw new NotImplementedException();
 }