Click or drag to resize
GeCurve Class
Base class for building 1-dimensional geometry.
Inheritance Hierarchy

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract class GeCurve : GeGeometry, 
	IGeCurve

The GeCurve type exposes the following members.

Constructors
  NameDescription
Protected methodGeCurve
Initializes a new instance of the GeCurve class
Top
Properties
  NameDescription
Public propertyAggregateType
Returns aggregate geometry type of this geometry.
(Overrides GeGeometryAggregateType.)
Public propertyDerivedType
Returns geometry derivative being either point, curve or polygon (surface).
(Overrides GeGeometryDerivedType.)
Public propertyInterpolation
Returns curve interpolation.
Public propertyInterval
Returns the parametric range of the curve.
Top
Methods
  NameDescription
Public methodGetParamAtDist
Returns parameter (t) value at specified curve distance.
Public methodGetParamAtPoint
Returns parameter (t) value at specified point.
Public methodGetPointAtDist
Returns coordinate at specified distance along curve.
Public methodGetPointAtParam
Returns a coordinate for specified curve parameter.
Public methodInterpolate
Interpolates curve using specified interpolation method.
Public methodIsClosed
Returns True if curve is topologically closed, otherwise returns False.
Public methodIsCoplanarTo(IGePlane)
Returns True if this curve completely lies in specified plane.
Public methodIsCoplanarTo(IGeCurve, IGePlane)
Returns True if this curve and specified curves are planar (including bound plane), otherwise returns False.
Public methodIsLinear
Returns True if this curve is linear (including direction vector), otherwise returns False.
Public methodIsParallelTo
Returns True if this curve is parallel to specified curve, otherwise returns False.
Public methodIsPlanar
Returns True if this curve is planar (including bound plane), otherwise returns False.
Public methodOffsetCurve
Returns offset geometry of this curve.
Public methodReverse
Returns reversed (inversed) curve with regards to curve direction.
Top
Remarks