org.jcae.mesh.cad
Interface CADWire

All Superinterfaces:
CADShape

public interface CADWire
extends CADShape

Describe a topological a wire, that is a list of connected edges.


Method Summary
 double length()
           
 
Methods inherited from interface org.jcae.mesh.cad.CADShape
boundingBox, equals, hashCode, isOrientationForward, isSame, orientation, reversed, writeNative
 

Method Detail

length

double length()