コード例 #1
0
 public bool GetCircle(Convert_ParameterisationType TConv, gp_Vec ns1, gp_Vec ns2, gp_Vec dn1w, gp_Vec dn2w,
                       gp_Vec nplan, gp_Vec dnplan, gp_Pnt pts1, gp_Pnt pts2, gp_Vec tang1, gp_Vec tang2, double Rayon,
                       double DRayon, gp_Pnt Center, gp_Vec DCenter, TColgp_Array1OfPnt Poles, TColgp_Array1OfVec DPoles,
                       TColStd_Array1OfReal Weigths, TColStd_Array1OfReal DWeigths)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Geom2dConvert_CompCurveToBSplineCurve(Geom2d_BoundedCurve Bas_isCurve,
                                              Convert_ParameterisationType Parameter_isation)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void BuildCosAndSin(Convert_ParameterisationType Parametr_isation, double UFirst, double ULast,
                            TColStd_HArray1OfReal CosNumerator, TColStd_HArray1OfReal SinNumerator, TColStd_HArray1OfReal Denominator,
                            ref int Degree, TColStd_HArray1OfReal Knots, TColStd_HArray1OfInteger Mults)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public Geom_BSplineCurve CurveToBSplineCurve(Geom_Curve C, Convert_ParameterisationType Parameter_isation)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public Convert_CircleToBSplineCurve(gp_Circ2d C, double U1, double U2,
                                     Convert_ParameterisationType Parameter_isation)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #6
0
ファイル: BlendFunc.cs プロジェクト: Oblikovati/CascadeSharp
 public void GetMinimalWeights(BlendFunc_SectionShape SectShape, Convert_ParameterisationType TConv,
                               double AngleMin, double AngleMax, TColStd_Array1OfReal Weigths)
 {
     throw new NotImplementedException();
 }
コード例 #7
0
ファイル: BlendFunc.cs プロジェクト: Oblikovati/CascadeSharp
 public void GetShape(BlendFunc_SectionShape SectShape, double MaxAng, ref int NbPoles, ref int NbKnots,
                      ref int Degree, ref Convert_ParameterisationType TypeConv)
 {
     throw new NotImplementedException();
 }
コード例 #8
0
 public Convert_EllipseToBSplineCurve(gp_Elips2d E, double U1, double U2,
                                      Convert_ParameterisationType Parameter_isation)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 public GeomConvert_CompCurveToBSplineCurve(Convert_ParameterisationType Parameter_isation)
     : base()
 {
     throw new NotImplementedException();
 }
コード例 #10
0
 public double GetTolerance(Convert_ParameterisationType TConv, double AngleMin, double Radius,
                            double AngularTol, double SpatialTol)
 {
     throw new NotImplementedException();
 }
コード例 #11
0
 public void Mults(Convert_ParameterisationType TypeConv, TColStd_Array1OfInteger TMults)
 {
     throw new NotImplementedException();
 }
コード例 #12
0
 public void Knots(Convert_ParameterisationType TypeConv, TColStd_Array1OfReal TKnots)
 {
     throw new NotImplementedException();
 }
コード例 #13
0
 public void GetCircle(Convert_ParameterisationType TConv, gp_Vec ns1, gp_Vec ns2, gp_Vec nplan, gp_Pnt pt1,
                       gp_Pnt pt2, double Rayon, gp_Pnt Center, TColgp_Array1OfPnt Poles, TColStd_Array1OfReal Weigths)
 {
     throw new NotImplementedException();
 }