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. |
| 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 |
Body
public Body(long ptr)
throws java.lang.IllegalArgumentException
- Body constructor comment.
- Parameters:
ptr - long- Throws:
- java.lang.IllegalArgumentException - The exception description.
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.SWPointaxis - com.sculley.jim.swjava.SWPointradius - doublestart - com.sculley.jim.swjava.SWPointend - com.sculley.jim.swjava.SWPoint- Returns:
- com.sculley.jim.swjava.Curve