org.jcae.mesh.cad
Interface CADCompound

All Superinterfaces:
CADShape

public interface CADCompound
extends CADShape

Describe a topological solid


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

Method Detail

add

boolean add(CADShape s)