org.jcae.mesh.cad
Interface CADFace

All Superinterfaces:
CADShape

public interface CADFace
extends CADShape

Describe a topological face.


Method Summary
 double[] boundingBox()
          Returns the bounding box of this face in an array like {Xmin, Ymin, Zmin, Xmax, Ymax, Zmax}.
 CADGeomSurface getGeomSurface()
          Returns the geometry of this face
 
Methods inherited from interface org.jcae.mesh.cad.CADShape
equals, hashCode, isOrientationForward, isSame, orientation, reversed, writeNative
 

Method Detail

boundingBox

double[] boundingBox()
Returns the bounding box of this face in an array like {Xmin, Ymin, Zmin, Xmax, Ymax, Zmax}.

Specified by:
boundingBox in interface CADShape
Returns:
the bounding box of this face

getGeomSurface

CADGeomSurface getGeomSurface()
Returns the geometry of this face

Returns:
the geometry of this face