示例#1
0
 public bool SplitByLine(ShapeFix_WireSegment wire, gp_Lin2d line, bool cutbyu, int cutindex,
                         TColStd_SequenceOfReal SplitLinePar, TColStd_SequenceOfInteger SplitLineCode,
                         TopTools_SequenceOfShape SplitLineVertex)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public ShapeFix_WireSegment SplitWire(ShapeFix_WireSegment wire, TColStd_SequenceOfInteger indexes,
                                       TColStd_SequenceOfReal values, TopTools_SequenceOfShape vertices, TColStd_SequenceOfInteger segcodes,
                                       bool cutbyu, int cutindex)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public void Append(ShapeFix_WireSegment theItem)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public void SetValue(int theIndex, ShapeFix_WireSegment theItem)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public void InsertAfter(int theIndex, ShapeFix_WireSegment theItem)
 {
     throw new NotImplementedException();
 }
 public ShapeFix_WireSegment(ShapeFix_WireSegment parameter1)
     : base()
 {
     throw new NotImplementedException();
 }