Hi Don,
just try
myGeom1 = Cylinder.getShape(Cylinder.BODY).getGeometry();
myGeom2 = Cylinder.getShape(Cylinder.BOTTOM).getGeometry();
myGeom3 = Cylinder.getShape(Cylinder.TOP).getGeometry();
then you have to cast to specific GeometryArray type (like TriangleFanArray)
and any getCoordinate[s](..)-function. it is nearly the same for other
primitives, just have a look in the docs, Greets, Marco.


----- Original Message -----
From: Casteel, Don <[EMAIL PROTECTED]>
> I'd love to find out how to export in OBJ format.
>
> Please let me know how you are doing this !!
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to