CADability dotNET

The ICurve2D type exposes the following members.

Properties

  NameDescription
Public propertyEndDirection
Returns the direction of the curve at the endpoint.
Public propertyEndPoint
Sets or gets the endpoint of the curve. When the endpoint is set, the startpoint remains unchanged.
Public propertyIsClosed
Determins wether this curve is a closed curve (e.g. a circle)
Public propertyLength
Returns the length of the curve
Public propertyMiddleDirection
Returns the direction of the curve at its middle point.
Public propertyStartDirection
Returns the direction of the curve at the startpoint.
Public propertyStartPoint
Sets or gets the startpoint. The endpoint remains unchanged when setting the startpoint.
Public propertySweep
Public propertyUserData

See Also