com.sculley.jim.swjava
Class Body

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.Body
Direct Known Subclasses:
GeneralBody, PointBody, SheetBody, SolidBody, WireBody

public class Body
extends CppPeer

Insert the type's description here. Creation date: (2/17/00 11:58:43 AM)


Constructor Summary
Body(long ptr)
          Body constructor comment.
 
Method Summary
 Curve addProfileArc(SWPoint center, SWPoint axis, double radius, SWPoint start, SWPoint end)
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body(long ptr)
     throws java.lang.IllegalArgumentException
Body constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

addProfileArc

public Curve addProfileArc(SWPoint center,
                           SWPoint axis,
                           double radius,
                           SWPoint start,
                           SWPoint end)
Insert the method's description here. Creation date: (2/17/00 12:01:00 PM)
Parameters:
center - com.sculley.jim.swjava.SWPoint
axis - com.sculley.jim.swjava.SWPoint
radius - double
start - com.sculley.jim.swjava.SWPoint
end - com.sculley.jim.swjava.SWPoint
Returns:
com.sculley.jim.swjava.Curve