IGeCurve Interface |
Namespace: FDF.Common.Geometries
The IGeCurve type exposes the following members.
Name | Description | |
---|---|---|
![]() | Interpolation |
Returns curve interpolation.
|
![]() | Interval |
Returns the parametric range of the curve.
|
Name | Description | |
---|---|---|
![]() | GetParamAtDist |
Returns parameter (t) value at specified curve distance.
|
![]() | GetParamAtPoint |
Returns parameter (t) value at specified point.
|
![]() | GetPointAtDist |
Returns coordinate at specified distance along curve.
|
![]() | GetPointAtParam |
Returns a coordinate for specified curve parameter.
|
![]() | Interpolate |
Interpolates curve using specified interpolation method.
|
![]() | IsClosed |
Returns True if curve is topologically closed,
otherwise returns False.
|
![]() | IsCoplanarTo(IGePlane) |
Returns True if this curve completely lies in specified plane.
|
![]() | IsCoplanarTo(IGeCurve, IGePlane) |
Returns True if this curve and specified curves are planar
(including bound plane), otherwise returns False.
|
![]() | IsLinear | |
![]() | IsParallelTo |
Returns True if this curve is parallel to specified
curve, otherwise returns False.
|
![]() | IsPlanar | |
![]() | OffsetCurve |
Returns offset geometry of this curve.
|
![]() | Reverse |
Returns reversed (inversed) curve with regards to
curve direction.
|