An NDoc Documented Class Library

MNCurve Class

MNCurve is an abstract class, which inherits from 'Curve'. She hass the additional properties A ( the startingpoint ) and B ( the endpoint of the curve). MNCurves are needed for construction contours, which are connected by curves. Additional the properties Atang, which holds the starttangent and Btang, which holds the endtangent are implemented.

For a list of all members of this type, see MNCurve Members.

System.Object
   Minais.Drawing3d.Curves.Curve
      Minais.Drawing3d.Curves.MNCurve
         Minais.Drawing3d.Curves.Arc
         Minais.Drawing3d.Curves.Bezier
         Minais.Drawing3d.Curves.Line
         Minais.Drawing3d.Curves.QSpline

public abstract class MNCurve : Curve

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d.Curves

Assembly: Drawing3d (in Drawing3d.dll)

See Also

MNCurve Members | Minais.Drawing3d.Curves Namespace