コード例 #1
0
 public void Union(TopTools_MapOfOrientedShape theLeft, TopTools_MapOfOrientedShape theRight)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool IsEqual(TopTools_MapOfOrientedShape theOther)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool Contains(TopTools_MapOfOrientedShape theOther)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public TopTools_MapOfOrientedShape Assign(TopTools_MapOfOrientedShape theOther)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public void Exchange(TopTools_MapOfOrientedShape theOther)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public TopTools_MapOfOrientedShape(TopTools_MapOfOrientedShape theOther)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public bool Subtract(TopTools_MapOfOrientedShape theOther)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public bool HasIntersection(TopTools_MapOfOrientedShape theMap)
 {
     throw new NotImplementedException();
 }