예제 #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();
 }