CADability dotNET

The ICurve type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Returns a description of the curve, used in labels of the controlcenter.
Public propertyEndDirection
The direction of the curve at the endpoint. If the curve is closed, this is the direction where the parameter is 1.0.
Public propertyEndPoint
The endpoint of the curve. If the curve is closed, this is the point where the parameter is 1.0.
Public propertyIsClosed
Determines, whether the curve is closed or open.
Public propertyIsComposed
Returns true, if the curve is composed of other curves. Paths and Polylines are composed curves.
Public propertyIsSingular
Determines, whether this curve is singular, i.e. it is only a point, returns the same value for each parameter
Public propertyLength
Returns the length of the curve.
Public propertyStartDirection
The direction of the curve at the startpoint. If the curve is closed, this is the direction where the parameter is 0.0.
Public propertyStartPoint
The startpoint of the curve. If the curve is closed, this is the point where the parameter is 0.0.
Public propertySubCurves
Returns subcurves of composed curves. Paths and Polylines are composed curves.

See Also