public void Compute(BRepMAT2d_Explorer anExplo, int LineIndex, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void Sense(MAT_Side aside)
 {
     throw new NotImplementedException();
 }
 public void Compute(BRepMAT2d_Explorer anExplo, int LineIndex, MAT_Side aSide, GeomAbs_JoinType aJoinType,
                     bool IsOpenResult)
 {
     throw new NotImplementedException();
 }
예제 #4
0
 public MAT_Node NodeForTurn(MAT_Arc anArc, MAT_BasicElt aBasicElt, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
예제 #5
0
 public MAT_Arc Neighbour(MAT_Node aNode, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
예제 #6
0
 public void SetNeighbour(MAT_Side aSide, MAT_Node aNode, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
예제 #7
0
 public void SetSecondArc(MAT_Side aSide, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }
예제 #8
0
 public void Perform(Geom2d_Curve C, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }