Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class
Members

In This Topic
    CompositeCurve Class
    In This Topic
    Composite curve definition.
    Syntax
    'Declaration
     
    Public Class CompositeCurve 
       Inherits Entity
       Implements ICurveIEntitydevDept.Eyeshot.ISelectableItem 
    public class CompositeCurve : Entity, ICurveIEntitydevDept.Eyeshot.ISelectableItem  
    Remarks
    When passing the curve list into constructors, curves are analyzed, sorted and reversed if necessary. This is not true when using the CurveList property, in this case a call to the SortAndOrient(Double) method is needed. The first curve in the list determines the contour orientation.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Entities.Entity
          devDept.Eyeshot.Entities.CompositeCurve

    See Also