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