コード例 #1
0
 public void PreMultiply(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public gp_Trsf(gp_Trsf parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public gp_Trsf Multiplied(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: gp_Pnt.cs プロジェクト: Oblikovati/CascadeSharp
 public gp_Pnt Transformed(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: gp_Pnt.cs プロジェクト: Oblikovati/CascadeSharp
 public void Transform(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
 public void SetTrsf(gp_Trsf T)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
 public gp_GTrsf(gp_Trsf T)
     : base()
 {
     throw new NotImplementedException();
 }