Exemple #1
0
 public void SetTransformation(gp_Ax3 ToSystem)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void SetPosition(gp_Ax3 A3)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void SetDisplacement(gp_Ax3 FromSystem1, gp_Ax3 ToSystem2)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public gp_Cylinder(gp_Ax3 A3, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public gp_Sphere(gp_Ax3 A3, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public gp_Pln(gp_Ax3 A3)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public gp_Torus(gp_Ax3 A3, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public double Angle(gp_Ax3 Other)
 {
     throw new NotImplementedException();
 }
Exemple #9
0
 public gp_Ax3(gp_Ax3 parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #10
0
 public bool IsCoplanar(gp_Ax3 Other, double LinearTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }