Exemplo n.º 1
0
 public double Distance(gp_Lin Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public double Angle(gp_Lin Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool Contains(gp_Lin L, double LinearTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public gp_Lin(gp_Lin parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public double SquareDistance(gp_Lin L)
 {
     throw new NotImplementedException();
 }