Dear Java3D members; I created a Shape3D object (rectangular prism) by using quad array; so I know the coordinates of each vertex. Now, I have a plane which cuts this object. The plane is defined by a location point and a vector which is perpendicular to the plane. How can I find the intesection points of this plane with the Shape3D object.
Secondly, when using GeometryInfo, what happens if you don't close the bounding curve (not like 1,2,3,4,1; but like 1,2,3,4)? 1*********2 * * * * * * 3*********4 Thanks for your help. Murat =========================================================================== 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".