Пример #1
0
 public gp_Parab(gp_Ax1 D, gp_Pnt F)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void SetAxis(gp_Ax1 A1)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public gp_Parab Rotated(gp_Ax1 A1, double Ang)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void Rotate(gp_Ax1 A1, double Ang)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public gp_Parab Mirrored(gp_Ax1 A1)
 {
     throw new NotImplementedException();
 }
Пример #6
0
 public void Mirror(gp_Ax1 A1)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public bool IsCoplanar(gp_Ax1 A1, double LinearTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }