zjf
2023-03-06 392b76515f40376b6d36f40a114850ef63650384
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
/////////////////////////////////////////////////////////////////////////////// 
// Copyright (C) 2002-2016, Open Design Alliance (the "Alliance"). 
// All rights reserved. 
// 
// This software and its documentation and related materials are owned by 
// the Alliance. The software may only be incorporated into application 
// programs owned by members of the Alliance, subject to a signed 
// Membership Agreement and Supplemental Software License Agreement with the
// Alliance. The structure and organization of this software are the valuable  
// trade secrets of the Alliance and its suppliers. The software is also 
// protected by copyright law and international treaty provisions. Application  
// programs incorporating this software must include the following statement 
// with their copyright notices:
//   
//   This application incorporates Teigha(R) software pursuant to a license 
//   agreement with Open Design Alliance.
//   Teigha(R) Copyright (C) 2002-2016 by Open Design Alliance. 
//   All rights reserved.
//
// By use of this software, its documentation or related materials, you 
// acknowledge and accept the above terms.
///////////////////////////////////////////////////////////////////////////////
 
#ifndef _OD_GECURVE3D_H_
#define _OD_GECURVE3D_H_ /*!DOM*/
 
#include "Ge/GeEntity3d.h"
#include "Ge/GeDoubleArray.h"
#include "Ge/GeVector3dArray.h"
#include "Ge/GeCurve3dPtrArray.h"
#include "Ge/GeIntArray.h"
#include "Ge/GeInterval.h"
#include "Ge/GeBoundBlock3d.h"
class OdGeCurve2d;
class OdGeSurface;
class OdGePoint3d;
class OdGePlane;
class OdGeVector3d;
class OdGeLinearEnt3d;
class OdGeLine3d;
class OdGePointOnCurve3d;
class OdGePointOnSurface;
class OdGeMatrix3d;
class OdGePointOnCurve3dData;
 
#include "TD_PackPush.h"
 
/** \details
    This class is the base class for all OdGe 3D curves.
 
    Library: TD_Ge
 
   <group OdGe_Classes> 
*/
class GE_TOOLKIT_EXPORT OdGeCurve3d : public OdGeEntity3d
{
public:
 
 
  /** \details
      Returns the parametric interval of this curve.
 
      \param interval [out]  Receives the parametric interval of this curve.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
  */
    void getInterval(
    OdGeInterval& interval) const;
   void getInterval(
    OdGeInterval& interval, 
    OdGePoint3d& start, 
    OdGePoint3d& end) const;
 
  /** \details
    Reverses the parameter direction this curve.   
 
    \remarks
    The point set of this curve is unchanged.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   OdGeCurve3d& reverseParam();
 
  /** \details
    Sets the parametric interval of this curve.
 
    \param interval [in]  Parametric interval of this curve
    
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
         OdGeCurve3d& setInterval();
   bool setInterval(
    const OdGeInterval& interval);
 
  /** \details
    Returns the distance to the point on this curve closest to the specified point or curve.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param tol [in]  Geometric tolerance.
  */
   double distanceTo(
    const OdGePoint3d& point, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   double distanceTo(
    const OdGeCurve3d& curve, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the point on this curve closest to the specified point or curve, and the point
    on the other curve closest to this curve.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param pntOnOtherCrv [out]  Receives the closest point on other curve.
    \param tol [in]  Geometric tolerance.
  */
   OdGePoint3d closestPointTo(
    const OdGePoint3d& point, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   OdGePoint3d closestPointTo(
    const OdGeCurve3d& curve, 
    OdGePoint3d& pntOnOtherCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the point on this curve closest to the specified point or curve, 
    and the point on the other curve closest to this curve.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param pntOnThisCrv [out]  Receives the closest point on this curve.
    \param pntOnOtherCrv [out]  Receives the closest point on other curve.
    \param tol [in]  Geometric tolerance.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
  */
   void getClosestPointTo(
    const OdGePoint3d& point, 
    OdGePointOnCurve3d& pntOnCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   void getClosestPointTo(
    const OdGeCurve3d& curve, 
    OdGePointOnCurve3d& pntOnThisCrv, 
    OdGePointOnCurve3d& pntOnOtherCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the point on this curve closest to the specified point or curve, 
    and the point on the other curve closest to this curve, when this curve
    is projected in the specified direction.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param projectDirection [in]  Projection Direction.
    \param pntOnOtherCrv [out]  Receives the closest point on other curve.
    \param tol [in]  Geometric tolerance.
   
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   OdGePoint3d projClosestPointTo(
    const OdGePoint3d& point, 
    const OdGeVector3d& projectDirection, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   OdGePoint3d projClosestPointTo(
    const OdGeCurve3d& curve, 
    const OdGeVector3d& projectDirection, 
    OdGePoint3d& pntOnOtherCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the point on this curve closest to the specified point or curve, 
    and the point on the other curve closest to this curve, when this curve
    is projected in the specified direction.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param projectDirection [in]  Projection Direction.
    \param pntOnCrv [out]  Receives the closest point on this curve.
    \param pntOnOtherCrv [out]  Receives the closest point on other curve.
    \param tol [in]  Geometric tolerance.
   
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   void getProjClosestPointTo(
    const OdGePoint3d& point, 
    const OdGeVector3d& projectDirection, 
    OdGePointOnCurve3d& pntOnCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   void getProjClosestPointTo(
    const OdGeCurve3d& curve,
    const OdGeVector3d& projectDirection,
    OdGePointOnCurve3d& pntOnThisCrv,
    OdGePointOnCurve3d& pntOnOtherCrv,
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true, and the point on this curve whose normal vector passes through the specified point,
    if and only if a normal point was found.
 
    \param point [in]  Any 3D point.
    \param pntOnCrv [out]  Receives the normal point.
    \param tol [in]  Geometric tolerance.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   bool getNormalPoint(
    const OdGePoint3d& point, 
    OdGePointOnCurve3d& pntOnCrv, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the oriented bounding box of curve.
 
    \param range [in]  Sub-interval of this curve to be bounded.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   OdGeBoundBlock3d boundBlock() const;
   OdGeBoundBlock3d boundBlock(
    const OdGeInterval& range) const;
 
  /** \details
    Returns the bounding box whose edges are aligned with the coordinate axes.
 
    \param range [in]  Interval of this curve to be bounded.
  */
   OdGeBoundBlock3d orthoBoundBlock() const;
   OdGeBoundBlock3d orthoBoundBlock(
    const OdGeInterval& range) const;
 
   OdGeEntity3d* project(
    const OdGePlane& projectionPlane,
    const OdGeVector3d& projectDirection,
    const OdGeTol& tol = OdGeContext::gTol) const;
  
   OdGeEntity3d* orthoProject(
    const OdGePlane& projectionPlane,
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  // Tests if point is on *curve*.
  TD_USING(OdGeEntity3d::isOn);
   bool isOn(
    const OdGePoint3d& point, 
    double& param,
    const OdGeTol& tol = OdGeContext::gTol) const;
   bool isOn(
    double param, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns the parameter value of a point.
 
    \param point [in]  Point to be evaluated.
    \param tol [in]  Geometric tolerance.
 
    \remarks
    The returned parameters specify a point within tol of point.
    If point is not on this curve, the results are unpredictable.
    If you are not sure the point is on this curve, use 
    isOn () instead of this function.
 
    \note
    By default this function throws exception "not Implemented". Should be implemented in derived classes.
    
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   double paramOf(
    const OdGePoint3d& point, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns one or more trimmed offset curves.
 
    \param distance [in]  Offset distance.
    \param planeNormal [in]  A normal to the plane of this curve.
    \param offsetCurveList [out]  Receives an array of trimmed offset curves.
    \param extensionType [in]  How curves will be extended at discontinuities of type C1.
    \param tol [in]  Geometric tolerance.
 
    \remarks
    The offsets are trimmed to eliminate self-intersecting loops.
 
    The curve is assumed to be planar, and planeNomal is assumed to be 
    normal to the curve plane.
 
    the direction of positive offset at any point on this curve
    is the cross product of planeNormal and the tangent to the
    curve at that point.
 
    The new operator is used to create the curves returned by 
    offsetCurveList. It is up to the caller to delete these curves.
 
    \note
    Currently not implemented. 
 
    Throws:
    <table>
    Exception    
    eNotImplemented
    </table>
  */
   void getTrimmedOffset(
    double distance, 
    const OdGeVector3d& planeNormal, 
    OdGeCurve3dPtrArray& offsetCurveList, 
    OdGe::OffsetCrvExtType extensionType = OdGe::kFillet, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true if and only if this curve is closed within the specified tolerance.
 
    \param tol [in]  Geometric tolerance.
  */
   bool isClosed(
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true if and only if this curve is planar, and returns
    the plane of this curve.
 
    \param plane [out]  Receives the plane of this curve.
    \param tol [in]  Geometric tolerance.
 
    \remarks
    Lines are considered planar the returned plane is an
    arbitrary plane containing the line.
  */
   bool isPlanar(
    OdGePlane& plane, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true, and a linear entity coincident with this curve,
    if and only if this curve is linear.
 
    \param line [out]  Receives the line coincident with this curve.
    \param tol [in]  Geometric tolerance.
 
    \remarks
    An infinite line is returned, even if this curve is bounded.
    
    \note
    As implemented, this function does nothing but
    return false.
    It will be fully implemented in a future release.
    
  */
   bool isLinear(
    OdGeLine3d& line,
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns True if the specified curve entity is coplanar with 
    this curve and returns the common plane.
 
    \param curve [in]  Any 3D curve.
    \param plane [out]  Receives the plane of the curves.
    \param tol [in]  Geometric tolerance.
  */
   bool isCoplanarWith(
    const OdGeCurve3d& curve, 
    OdGePlane& plane, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true if and only if this curve is periodic for the specified period.
 
    \param period [out]  Receives the period of this curve. 
  */
   bool isPeriodic(
    double& period) const;
 
  /** \details
    Returns the length of this curve over the specified parameter range.
 
    \param fromParam [in]  Starting parameter value.
    \param toParam [in]  Ending parameter value.
    \param tol [in]  Geometric tolerance.
    
  */
         double length(
    double fromParam, 
    double toParam, 
    double tol 
#ifndef SWIG
    = OdGeContext::gTol.equalPoint()
#endif
    ) const;
 
   double length(
    double tol 
#ifndef SWIG
    = OdGeContext::gTol.equalPoint()
#endif
    ) const;
 
  /** \details
    Returns the parameter of the point a specified distance 
    from the starting point corresponding to datumParam.
 
    \param datumParam [in]  Parameter corresponding to the start point.
    \param length [in]  Distance along curve from the start point.
    \param posParamDir [in]  True if and only if returned parameter is to be greater than dataParam.
    \param tol [in]  Geometric tolerance.
  */
         double paramAtLength( 
    double datumParam, 
    double length, 
    bool posParamDir 
#ifndef SWIG
    = true
#endif
    , double tol 
#ifndef SWIG
    = OdGeContext::gTol.equalPoint()
#endif
    ) const;
 
  /** \details
    Determines the area of this curve between the specified parameters. 
    Returns true (and a value) if and only if this curve is planar. 
 
    \param startParam [in]  Starting parameter value.
    \param endParam [in]  Ending parameter value.
    \param value [out]  Receives the area.
    \param tol [in]  Geometric tolerance.
  */
         bool area(
    double startParam, 
    double endParam, 
    double& value, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true if and only if this curve degenerates, and returns
    the entity or type of entity to which this curve degenerates.
 
    \param degenerateType [out]  Receives the type of curve to which this curve degenerates.
    \param pConvertedEntity [out]  Receives a pointer to the object to which this curve degenerates.
    \param tol [in]  Geometric tolerance.
 
    \remarks
    If isDegenerate returns true, the returned object was created with the new operator, and it is the responsibility of the caller to delete it.
  */
         bool isDegenerate(
    OdGe::EntityId& degenerateType, 
    const OdGeTol& tol = OdGeContext::gTol) const;
   bool isDegenerate(
    OdGeEntity3d*& pConvertedEntity, 
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns pointers to the two curves that result from splitting this curve at the point corresponding 
    to param.
 
    \param param [in]  The parameter value corresponding to the split point.
    \param piece1 [out]  Receives a pointer to the first curve.
    \param piece2 [out]  Receives a pointer to the second curve.
 
    \remarks
    If param corresponds to a point not on this curve,
    or to the start point or end point of this curve,
    piece1 and piece2 are set to NULL.
 
    The curves pointed to by piece1 and piece2 
    are created with the new command, and must be deleted by the caller. 
  */
         void getSplitCurves(
    double param, 
    OdGeCurve3d*& piece1,
    OdGeCurve3d*& piece2) const;
 
  /** \details
    Explodes this curve over the specified interval.
 
    \param explodedCurves [out]  Receives an array of pointers to the subcurves from the explosion.
    \param newExplodedCurves [out]  Receives an array of flags which, if true, correspond to those explodedCurves the caller must delete.
    \param pInterval [in]  Pointer to the interval to be exploded. Defaults to entire curve.
 
    \remarks
    The original curve is not changed.
  */
         bool explode(
    OdGeCurve3dPtrArray& explodedCurves, 
    OdGeIntArray& newExplodedCurves, 
    const OdGeInterval* pInterval = NULL) const;
 
  /** \details
    Returns the point on this curve locally closest to the specified point
    or curve, and the point on the other curve locally closest to this curve.
 
    \param point [in]  Any 3D point.
    \param curve [in]  Any 3D curve.
    \param approxPntOnThisCrv [in/out] Approximate point on this curve.
    \param approxPntOnOtherCrv [in/out] Approximate point on other curve.
    \param pInterval1 [in] Pointer to the interval in which the point on this curve must lie.
    \param pInterval2 [in] Pointer to the interval in which the point on the other curve must lie.
    \param tol [in] Geometric tolerance.
  */
         void getLocalClosestPoints(
    const OdGePoint3d& point,
    OdGePointOnCurve3d& approxPntOnThisCrv,
    const OdGeInterval* pInterval1 = NULL,
    const OdGeTol& tol = OdGeContext::gTol) const;
 
   void getLocalClosestPoints(
    const OdGeCurve3d& curve,
    OdGePointOnCurve3d& approxPntOnThisCrv,
    OdGePointOnCurve3d& approxPntOnOtherCrv,
    const OdGeInterval* pInterval1 = NULL,
    const OdGeInterval* pInterval2 = NULL,
    const OdGeTol& tol = OdGeContext::gTol) const;
 
  /** \details
    Returns true, and the start point, if and only if the parametric interval of this curve has a lower bound.
 
    \param startPoint [out]  Receives the start point.
  */
   bool hasStartPoint(
    OdGePoint3d& startPoint) const;
 
  /** \details
    Returns true, and the end point,  if and only if the parametric interval of this curve has an upper bound.
 
    \param endPoint [out]  Receives the end point.
  */
   bool hasEndPoint(
    OdGePoint3d& endPoint) const;
 
  /** \details
    Returns the point on this curve corresponding to the specified parameter value,
    and the derivatives at that point.
 
    \param param [in]  Parameter to be evaluated.
    \param numDeriv [in]  Number of derivatives to be computed.
    \param derivatives [out]  Receives an array of derivatives at the point corresponding to param.
 
  */
   OdGePoint3d evalPoint(
    double param) const;
   OdGePoint3d evalPoint(
    double param, 
    int numDeriv, 
    OdGeVector3dArray& derivatives) const;
 
  /** \details
    Returns sample points along this curve and their parameter values in the specified arrays.
 
    \param fromParam [in]  Starting parameter value.
    \param toParam [in]  Ending parameter value.
    \param paramInterval [in]  Pointer to the parametric interval.
    \param approxEps [in]  Approximate spacing along a curve.
    \param numSample [in]  Number of samples.
    \param pointArray [out]  Receives an array of sample points.
    \param paramArray [out]  Receives an array of parameters at each point.
    \param forceResampling [in]  sample points are forced to be regenerated
  */
   void getSamplePoints(
    double fromParam, 
    double toParam, 
    double approxEps, 
    OdGePoint3dArray& pointArray, 
    OdGeDoubleArray& paramArray,
    bool forceResampling = false) const;
   void getSamplePoints(
    int numSample, 
    OdGePoint3dArray& pointArray) const;
   void getSamplePoints(
    int numSample, 
    OdGePoint3dArray& pointArray,
    OdGeDoubleArray& paramArray) const;
 
  // Assignment operator.
  OdGeCurve3d& operator =(const OdGeCurve3d& curve);
 
  ///////////////////////////////////////////////////////////////////////////
  // TD Special :
 
  /** \details
    Returns sample points along this curve and their parameter values in the specified arrays.
    Not implemented for third-party use only.
 
    \param paramInterval [in]  Pointer to the parametric interval.
 
    \remarks
    If paramInterval is null, the current curve interval will be used.
  */
   void getSamplePoints(
    double fromParam, 
    double toParam, 
    double approxEps, 
    OdGePoint3dArray& pointArray, 
    OdGeDoubleArray* paramArray = NULL) const;
   void getSamplePoints(
    const OdGeInterval* paramInterval,
    double approxEps, 
    OdGePoint3dArray& pointArray,
    OdGeDoubleArray* pParamArray = NULL) const;
 
  /** \details
    Appends sample points along this curve and their parameter values to the specified arrays.
    
    \param fromParam [in]  Starting parameter value.
    \param toParam [in]  Ending parameter value.
    \param paramInterval [in]  Pointer to the parametric interval.
    \param approxEps [in]  Approximate spacing along a curve.
    \param numSample [in]  Number of samples.
    \param pointArray [out]  Receives an array of sample points.
    \param paramArray [out]  Receives an array of parameters at each point.
 
    \remarks
    If paramInterval is null, the current curve interval will be used.
    The signature appendSamplePoints(double, double, double, OdGePoint3dArray&, OdGeDoubleArray*) is currently not implemented.
  */
   void appendSamplePoints(
    double fromParam, 
    double toParam, 
    double approxEps, 
    OdGePoint3dArray& pointArray, 
    OdGeDoubleArray* pParamArray = NULL) const;
   void appendSamplePoints(
    int numSample, 
    OdGePoint3dArray& pointArray,
    OdGeDoubleArray* pParamArray = NULL) const;
   void appendSamplePoints(
    const OdGeInterval *paramInterval, 
    double approxEps, 
    OdGePoint3dArray& pointArray, 
    OdGeDoubleArray* pParamArray = NULL) const;
 
protected:
  OdGeCurve3d();
  OdGeCurve3d(
    const OdGeCurve3d& source);
};
 
#include "TD_PackPop.h"
 
#endif