org.jcae.mesh.cad
Interface CADEdge

All Superinterfaces:
CADShape

public interface CADEdge
extends CADShape

Describe a topological edge.

Author:
Denis Barbier

Method Summary
 boolean isDegenerated()
          Return true if this edge have only one vertex
 double[] range()
          Return an array containing min and max value of the parameter describing the geometry of this edge
 CADVertex[] vertices()
          Return the extremities of this edge
 
Methods inherited from interface org.jcae.mesh.cad.CADShape
boundingBox, equals, hashCode, isOrientationForward, isSame, orientation, reversed, writeNative
 

Method Detail

isDegenerated

boolean isDegenerated()
Return true if this edge have only one vertex


range

double[] range()
Return an array containing min and max value of the parameter describing the geometry of this edge


vertices

CADVertex[] vertices()
Return the extremities of this edge