You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IConstraint extends IPolyline because the polyline concept is less specific than the constraint concept. All constraints are polylines. But a polyline can be something other than a constraint.
That being said, I don't think that the code I have that operates on polylines is sufficiently useful that anyone would want to apply it to other applications. So I am considering just getting rid of the IPolyline interface.
I am curious about why you want to see IPolyline removed. Is it interfering with something you want to do?
IPolyline should extends IConstraint.
Another possiblity is to completely remove IPolyline because all methods can be member of IConstraint.
The text was updated successfully, but these errors were encountered: