コード例 #1
0
 public void SetPosition(gp_Ax2 A2)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public gp_Hypr Mirrored(gp_Ax2 A2)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public gp_Hypr(gp_Ax2 A2, double MajorRadius, double MinorRadius)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public void Mirror(gp_Ax2 A2)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: gp_Circ.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Circ(gp_Ax2 A2, double Radius)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void SetAffinity(gp_Ax2 A2, double Ratio)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: gp_Parab.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Parab(gp_Ax2 A2, double Focal)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #8
0
ファイル: gp_Ax3.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Ax3(gp_Ax2 A)
     : base()
 {
     throw new NotImplementedException();
 }