summaryrefslogtreecommitdiff
path: root/src/IntAna/IntAna_Curve.cxx
blob: 50959eb81846c48d8bd4d89cf327d190c35e3dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
// File:	IntAna_Curve.cxx
// Created:	Tue Jun 30 10:40:07 1992
// Author:	Laurent BUCHARD
//		<lbr@topsn3>

#ifndef DEB
#define No_Standard_RangeError
#define No_Standard_OutOfRange
#endif

//----------------------------------------------------------------------
//-- Differents constructeurs sont proposes qui correspondent aux
//-- polynomes en Z :  
//--    A(Sin(Theta),Cos(Theta)) Z**2 
//--  + B(Sin(Theta),Cos(Theta)) Z
//--  + C(Sin(Theta),Cos(Theta))
//--
//-- Une Courbe est definie sur un domaine 
//--
//-- Value retourne le point de parametre U(Theta),V(Theta)
//--       ou V est la solution du polynome A V**2 + B V + C
//--       (Selon les cas, on prend V+ ou V-)
//--
//-- D1u   calcule le vecteur tangent a la courbe 
//--       et retourne le booleen Standard_False si ce calcul ne peut
//--       pas etre mene a bien.  
//----------------------------------------------------------------------

#include <Precision.hxx>

#include <IntAna_Curve.ixx>

#include <Standard_DomainError.hxx>
#include <math_DirectPolynomialRoots.hxx>
#include <ElSLib.hxx>
#include <gp_XYZ.hxx>

//=======================================================================
//function : IntAna_Curve
//purpose  : 
//=======================================================================
  IntAna_Curve::IntAna_Curve()
{
  typequadric=GeomAbs_OtherSurface;
  firstbounded=Standard_False;
  lastbounded=Standard_False;
}
//=======================================================================
//function : SetConeQuadValues
//purpose  : Description de l intersection Cone Quadrique
//=======================================================================
  void IntAna_Curve::SetConeQuadValues(const gp_Cone& Cone,
				       const Standard_Real Qxx,
				       const Standard_Real Qyy,
				       const Standard_Real Qzz,
				       const Standard_Real Qxy,
				       const Standard_Real Qxz,
				       const Standard_Real Qyz,
				       const Standard_Real Qx,
				       const Standard_Real Qy,
				       const Standard_Real Qz,
				       const Standard_Real Q1,
				       const Standard_Real TOL,
				       const Standard_Real DomInf,
				       const Standard_Real DomSup,
				       const Standard_Boolean twocurves,
				       const Standard_Boolean takezpositive) 
{
  
  Ax3        = Cone.Position();
  RCyl       = Cone.RefRadius();

  Angle      = Cone.SemiAngle();
  Standard_Real UnSurTgAngle = 1.0/(Tan(Cone.SemiAngle()));

  typequadric= GeomAbs_Cone;
  
  TwoCurves     = twocurves;         //-- deux  Z pour un meme parametre 
  TakeZPositive = takezpositive;     //-- Prendre sur la courbe le Z Positif
                                     //--   ( -B + Sqrt()) et non (-B - Sqrt())
  
  
  Z0Cte      = Q1;                   //-- Attention On a    Z?Cos Cos(t)
  Z0Sin      = 0.0;                  //-- et Non          2 Z?Cos Cos(t) !!!
  Z0Cos      = 0.0;                  //-- Ce pour tous les Parametres
  Z0CosCos   = 0.0;                  //--  ie pas de Coefficient 2  
  Z0SinSin   = 0.0;                  //--     devant les termes CS C S 
  Z0CosSin   = 0.0;
  
  Z1Cte      = 2.0*(UnSurTgAngle)*Qz;
  Z1Sin      = Qy+Qy;
  Z1Cos      = Qx+Qx;
  Z1CosCos   = 0.0;
  Z1SinSin   = 0.0;
  Z1CosSin   = 0.0;
  
  Z2Cte      = Qzz * UnSurTgAngle*UnSurTgAngle;
  Z2Sin      = (UnSurTgAngle+UnSurTgAngle)*Qyz;
  Z2Cos      = (UnSurTgAngle+UnSurTgAngle)*Qxz;
  Z2CosCos   = Qxx;
  Z2SinSin   = Qyy;
  Z2CosSin   = Qxy+Qxy;

  Tolerance  = TOL;
  DomainInf  = DomInf;
  DomainSup  = DomSup;
  
  RestrictedInf = RestrictedSup = Standard_True;   //-- Le Domaine est Borne
  firstbounded = lastbounded = Standard_False;
}

//=======================================================================
//function : SetCylinderQuadValues
//purpose  : Description de l intersection Cylindre Quadrique
//=======================================================================
  void IntAna_Curve::SetCylinderQuadValues(const gp_Cylinder& Cyl,
					   const Standard_Real Qxx,
					   const Standard_Real Qyy,
					   const Standard_Real Qzz,
					   const Standard_Real Qxy,
					   const Standard_Real Qxz,
					   const Standard_Real Qyz,
					   const Standard_Real Qx,
					   const Standard_Real Qy,
					   const Standard_Real Qz,
					   const Standard_Real Q1,
					   const Standard_Real TOL,
					   const Standard_Real DomInf,
					   const Standard_Real DomSup,
					   const Standard_Boolean twocurves,
					   const Standard_Boolean takezpositive) 
{
  
  Ax3        = Cyl.Position();
  RCyl       = Cyl.Radius();
  typequadric= GeomAbs_Cylinder;
  
  TwoCurves     = twocurves;         //-- deux  Z pour un meme parametre 
  TakeZPositive = takezpositive;     //-- Prendre sur la courbe le Z Positif
  Standard_Real RCylmul2 = RCyl+RCyl;         //--   ( -B + Sqrt()) 

  Z0Cte      = Q1;
  Z0Sin      = RCylmul2*Qy;
  Z0Cos      = RCylmul2*Qx;
  Z0CosCos   = Qxx*RCyl*RCyl;
  Z0SinSin   = Qyy*RCyl*RCyl;
  Z0CosSin   = RCylmul2*RCyl*Qxy;

  Z1Cte      = Qz+Qz;
  Z1Sin      = RCylmul2*Qyz;
  Z1Cos      = RCylmul2*Qxz;
  Z1CosCos   = 0.0;
  Z1SinSin   = 0.0;
  Z1CosSin   = 0.0;

  Z2Cte      = Qzz;
  Z2Sin      = 0.0;
  Z2Cos      = 0.0;
  Z2CosCos   = 0.0;
  Z2SinSin   = 0.0;
  Z2CosSin   = 0.0;

  Tolerance  = TOL;
  DomainInf  = DomInf;
  DomainSup  = DomSup;
  
  RestrictedInf = RestrictedSup = Standard_True;
  firstbounded = lastbounded = Standard_False;
}

//=======================================================================
//function : IsOpen
//purpose  : 
//=======================================================================
  Standard_Boolean IntAna_Curve::IsOpen() const 
{
  return(RestrictedInf && RestrictedSup);
}

//=======================================================================
//function : Domain
//purpose  : 
//=======================================================================
  void IntAna_Curve::Domain(Standard_Real& DInf,
			    Standard_Real& DSup) const
{
  if(RestrictedInf && RestrictedSup) {
    DInf=DomainInf;
    DSup=DomainSup;
    if(TwoCurves) {
      DSup+=DSup-DInf;
    }
  }
  else {
    Standard_DomainError::Raise("IntAna_Curve::Domain");
  }
}
//=======================================================================
//function : IsConstant
//purpose  : 
//=======================================================================
  Standard_Boolean IntAna_Curve::IsConstant() const 
{
  //-- ???  Pas facile de decider a la seule vue des Param.
  return(Standard_False);
}

//=======================================================================
//function : IsFirstOpen
//purpose  : 
//=======================================================================
  Standard_Boolean IntAna_Curve::IsFirstOpen() const 
{
  return(firstbounded);
}

//=======================================================================
//function : IsLastOpen
//purpose  : 
//=======================================================================
  Standard_Boolean IntAna_Curve::IsLastOpen() const 
{
  return(lastbounded);
}
//=======================================================================
//function : SetIsFirstOpen
//purpose  : 
//=======================================================================
  void IntAna_Curve::SetIsFirstOpen(const Standard_Boolean Flag) 
{
  firstbounded = Flag;
}

//=======================================================================
//function : SetIsLastOpen
//purpose  : 
//=======================================================================
  void IntAna_Curve::SetIsLastOpen(const Standard_Boolean Flag) 
{
  lastbounded = Flag;
}

//=======================================================================
//function : InternalUVValue
//purpose  : 
//=======================================================================
  void IntAna_Curve::InternalUVValue(const Standard_Real theta,
				     Standard_Real& Param1,
				     Standard_Real& Param2,
				     Standard_Real& A,
				     Standard_Real& B,
				     Standard_Real& C,
				     Standard_Real& cost,
				     Standard_Real& sint,
				     Standard_Real& SigneSqrtDis) const 
{
  Standard_Real Theta=theta;
  Standard_Boolean SecondSolution=Standard_False; 

  if((Theta<DomainInf)  ||  
     ((Theta>DomainSup) && (!TwoCurves)) ||  
     (Theta>(DomainSup+DomainSup-DomainInf+0.00000000000001))) {
    Standard_DomainError::Raise("IntAna_Curve::Domain");
  }
  
  if(Theta>DomainSup) { 
    Theta=DomainSup+DomainSup-Theta;
    SecondSolution=Standard_True; 
  }

  Param1=Theta;

  if(!TwoCurves) { 
    SecondSolution=TakeZPositive; 
  }
  //
  cost = Cos(Theta);
  sint = Sin(Theta);
  Standard_Real costsint = cost*sint;
  
  A=Z2Cte+sint*(Z2Sin+sint*Z2SinSin)+cost*(Z2Cos+cost*Z2CosCos)
    +Z2CosSin*costsint;
  
  B=Z1Cte+sint*(Z1Sin+sint*Z1SinSin)+cost*(Z1Cos+cost*Z1CosCos)
    +Z1CosSin*costsint;
  
  C=Z0Cte+sint*(Z0Sin+sint*Z0SinSin)+cost*(Z0Cos+cost*Z0CosCos)
    +Z0CosSin*costsint;
  

  Standard_Real Discriminant = B*B-4.0*A*C;
  
  if(Abs(A)<=0.000000001) {   
    //-- cout<<" IntAna_Curve:: Internal UV Value : A="<<A<<"  -> Abs(A)="<<Abs(A)<<endl;
    if(Abs(B)<=0.0000000001) { 
      //-- cout<<" Probleme :  Pas de solutions "<<endl;
      Param2=0.0;
    }
    else {
      //modified by NIZNHY-PKV Fri Dec  2 16:02:46 2005f
      Param2 = -C/B;
      /*
      if(!SecondSolution) {   
	//-- Cas Param2 = (-B+Sqrt(Discriminant))/(A+A);
	//--            = (-B+Sqrt(B**2 - Eps)) / 2A
	//--            = -C / B
	Param2 = -C/B;
      } 
      else {
	//-- Cas Param2 = (-B-Sqrt(Discriminant))/(A+A);
	//--            = (-B-Sqrt(B**2 - Eps)) / 2A
	if(A) { 
	  Param2 = -B/A; 
	}
	else { 
	  Param2 = -B*10000000.0;
	}
      }
      */
      //modified by NIZNHY-PKV Fri Dec  2 16:02:54 2005t
    }
  }
  else {
    if(Discriminant<=0.0000000001 || 
       Abs(Discriminant/(4*A))<=0.0000000001) Discriminant=0.0;
    SigneSqrtDis = (SecondSolution)? Sqrt(Discriminant) 
      : -Sqrt(Discriminant);
    Param2=(-B+SigneSqrtDis)/(A+A);
  }
}

//=======================================================================
//function : Value
//purpose  : 
//=======================================================================
  gp_Pnt IntAna_Curve::Value(const Standard_Real theta)  
{
  Standard_Real A, B, C, U, V, sint, cost, SigneSqrtDis;
  //
  A=0.0;  B=0.0;   C=0.0;
  U=0.0;  V=0.0;  
  sint=0.0;  cost=0.0;
  SigneSqrtDis=0.0;
  InternalUVValue(theta,U,V,A,B,C,cost,sint,SigneSqrtDis); 
  //-- checked the parameter U and Raises Domain Error if Error
  return(InternalValue(U,V));
}
//=======================================================================
//function : D1u
//purpose  : 
//=======================================================================
  Standard_Boolean IntAna_Curve::D1u(const Standard_Real theta,
				     gp_Pnt& Pt,
				     gp_Vec& Vec) 
{
  //-- Pour detecter le cas ou le calcul est impossible 
  Standard_Real A, B, C, U, V, sint, cost, SigneSqrtDis;
  A=0.0;  B=0.0;   C=0.0;
  U=0.0;  V=0.0;  
  sint=0.0;  cost=0.0;
  //
  InternalUVValue(theta,U,V,A,B,C,cost,sint,SigneSqrtDis);
  //
  Pt = Value(theta);
  if(Abs(SigneSqrtDis)<0.0000000001  || Abs(A)<0.0000001) return(Standard_False);
  
  
  //-- Approximation de la derivee (mieux que le calcul mathematique!)
  Standard_Real dtheta = (DomainSup-DomainInf)*0.000001;
  Standard_Real theta2 = theta+dtheta;
  if((theta2<DomainInf)  ||  ((theta2>DomainSup) && (!TwoCurves))
     ||  (theta2>(DomainSup+DomainSup-DomainInf+0.00000000000001))) {
    dtheta = -dtheta;
    theta2 = theta+dtheta;
  }
  gp_Pnt P2 = Value(theta2);
  dtheta = 1.0/dtheta;
  Vec.SetCoord((P2.X()-Pt.X())*dtheta,
	       (P2.Y()-Pt.Y())*dtheta,
	       (P2.Z()-Pt.Z())*dtheta);
  
  return(Standard_True);
}  
//=======================================================================
//function : FindParameter
//purpose  : Para est en sortie le parametre sur la courbe 
//=======================================================================
  Standard_Boolean IntAna_Curve::FindParameter (const gp_Pnt& P,
						Standard_Real& Para) const
{
  Standard_Real theta = 0.0 ,z = 0.0, aTolPrecision=0.0001;
  Standard_Real PIpPI = Standard_PI+Standard_PI;
  //
  switch (typequadric) {

  case GeomAbs_Cylinder:
    {
      ElSLib::CylinderParameters(Ax3,RCyl,P,theta,z);
    }
    break;
    
  case GeomAbs_Cone :
    {
      ElSLib::ConeParameters(Ax3,RCyl,Angle,P,theta,z);
    }
    break;

  default:
    break;
  }
  //
  Standard_Real epsAng = 1.e-8;
  Standard_Real tmin = DomainInf;
  Standard_Real tmax = DomainSup;
  Standard_Real U,V,A,B,C,sint,cost,SigneSqrtDis;
  Standard_Real z1,z2;

  A=0.0;  B=0.0;   C=0.0;
  U=0.0;  V=0.0;  
  sint=0.0;  cost=0.0;
  SigneSqrtDis=0.0;
  //U=V=A=B=C=sint=cost=SigneSqrtDis=0.0;
  //
  if (!firstbounded && tmin > theta && (tmin-theta) <= epsAng) {
    theta = tmin;
  }
  else if (!lastbounded && theta > tmax && (theta-tmax) <= epsAng) {
    theta = tmax;
  }
  //
  if (theta < tmin ) {
    theta = theta + PIpPI;
  }
  else if (theta > tmax) {
    theta = theta - PIpPI;
  }
  if (theta < tmin || theta > tmax) {
    if(theta>tmax) { 
      InternalUVValue(tmax,U,V,A,B,C,cost,sint,SigneSqrtDis); 
      gp_Pnt PMax(InternalValue(U,V)); 
      if(PMax.Distance(P) < aTolPrecision) { 
	Para = tmax; 
	return(Standard_True); 
      }
    }
    if(theta<tmin) { 
      InternalUVValue(tmin,U,V,A,B,C,cost,sint,SigneSqrtDis); 
      gp_Pnt PMin(InternalValue(U,V));  
      if(PMin.Distance(P) < aTolPrecision) { 
	Para = tmin; 
	return(Standard_True); 
      }
    }
    //-- lbr le 14 Fev 96 : On teste malgre tout si le point n est pas le 
    //-- point de debut ou de fin 
    //-- cout<<"False 1 "<<endl;
    //    theta = tmin;                               le 25 Nov 96
  }

  if (TwoCurves) {
    if(theta > tmax) 
      theta =  tmax;
    if(theta < tmin) 
      theta = tmin;
    InternalUVValue(theta,U,z1,A,B,C,cost,sint,SigneSqrtDis); 
    A = B = C = sint = cost = SigneSqrtDis = 0.0;
    InternalUVValue(tmax+tmax - theta,U,z2,A,B,C,cost,sint,SigneSqrtDis); 

    if (Abs(z-z1) <= Abs(z-z2)) {
      Para = theta;
    }
    else {
      Para = tmax+tmax - theta;
    }
  }
  else {
    Para = theta;
  }

  if((Para<DomainInf)  ||  ((Para>DomainSup) && (!TwoCurves))
     ||  (Para>(DomainSup+DomainSup-DomainInf+0.00000000000001))) {
    return(Standard_False);
  }
  
  InternalUVValue(Para,U,V,A,B,C,cost,sint,SigneSqrtDis);
  gp_Pnt PPara = InternalValue(U,V);
  Standard_Real Dist = PPara.Distance(P);
  if(Dist > aTolPrecision) { 
    //-- Il y a eu un probleme  
    //-- On teste si le point est un point double 
    InternalUVValue(tmin,U,V,A,B,C,cost,sint,SigneSqrtDis);
    PPara = InternalValue(U,V);
    Dist = PPara.Distance(P);
    if(Dist <= aTolPrecision) {
      Para = tmin; 
      return(Standard_True);
    }

    InternalUVValue(tmax,U,V,A,B,C,cost,sint,SigneSqrtDis);
    PPara = InternalValue(U,V);
    Dist = PPara.Distance(P);
    if(Dist <= aTolPrecision) {
      Para = tmax; 
      return(Standard_True);
    }
    if (TwoCurves) {
      Standard_Real Theta = DomainSup+DomainSup-DomainInf;
      InternalUVValue(Theta,U,V,A,B,C,cost,sint,SigneSqrtDis);
      PPara = InternalValue(U,V);
      Dist = PPara.Distance(P);
      if(Dist <= aTolPrecision) {
	Para = Theta; 
	return(Standard_True);
      } 
    }
    return(Standard_False);
  }
  return(Standard_True);
}
//=======================================================================
//function : InternalValue
//purpose  : 
//=======================================================================
  gp_Pnt IntAna_Curve::InternalValue(const Standard_Real U,
				     const Standard_Real _V) const 
{
  //-- cout<<" ["<<U<<","<<V<<"]";
  Standard_Real V = _V;
  if(V > 100000.0 )   {   V= 100000.0; }       
  if(V < -100000.0 )  {   V=-100000.0; }      

  switch(typequadric) {
  case GeomAbs_Cone:
    {
      //------------------------------------------------
      //-- Parametrage : X = V * Cos(U)              ---
      //--               Y = V * Sin(U)              ---
      //--               Z = (V-RCyl) / Tan(SemiAngle)--
      //------------------------------------------------ 
      //-- Angle Vaut Cone.SemiAngle()  
      return(ElSLib::ConeValue(U,(V-RCyl)/Sin(Angle),Ax3,RCyl,Angle));
    }
    break;
    
  case GeomAbs_Cylinder:
    return(ElSLib::CylinderValue(U,V,Ax3,RCyl)); 
  case GeomAbs_Sphere:
    return(ElSLib::SphereValue(U,V,Ax3,RCyl)); 
  default:
    break; 
  }
  return(gp_Pnt(0.0,0.0,0.0));
}

//
//=======================================================================
//function : SetDomain
//purpose  : 
//=======================================================================
  void IntAna_Curve::SetDomain(const Standard_Real DInf,
			       const Standard_Real DSup) 
{
  if(DInf>=DSup) {
    Standard_DomainError::Raise("IntAna_Curve::Domain");
  }
  //
  DomainInf=DInf;
  DomainSup=DSup;
}