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