コード例 #1
0
 public double ParametricTransformation(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void Transform(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool GlobalToLocalTransformation(int i, int j, ref double uFact, gp_Trsf2d Trsf)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public double TransformedParameter(double U, gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
ファイル: Bnd_Box2d.cs プロジェクト: Oblikovati/CascadeSharp
 public bool IsOut(Bnd_Box2d theOther, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: Bnd_Box2d.cs プロジェクト: Oblikovati/CascadeSharp
 public bool IsOut(gp_Trsf2d T1, Bnd_Box2d Other, gp_Trsf2d T2)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: Bnd_B2f.cs プロジェクト: Oblikovati/CascadeSharp
 public Bnd_B2f Transformed(gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
ファイル: Bnd_Box2d.cs プロジェクト: Oblikovati/CascadeSharp
 public Bnd_Box2d Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
ファイル: Bnd_B2f.cs プロジェクト: Oblikovati/CascadeSharp
 public bool IsIn(Bnd_B2f theBox, gp_Trsf2d theTrsf)
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public void SetTrsf2d(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public Geom2d_Transformation(gp_Trsf2d T)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public Geom2d_Geometry Transformed(gp_Trsf2d T)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public Geom2d_Curve TransformPCurve(Geom2d_Curve pcurve, gp_Trsf2d trans, double uFact, ref double aFirst,
                                     ref double aLast)
 {
     throw new NotImplementedException();
 }