> From: "Dvorak, Daniel J." <[EMAIL PROTECTED]>
>
> The doc for PickResult says "If the Shape3D being picked has multiple
> geometry arrays, the arrays are stored in the PickResult and referred to by
> a geometry index. "  It sounds like there's some index that points to which
> geometry of the Shape3D was picked.  How do I get this index?


This is stored as part of the PickIntersection, since it is specific to the
intersection.  Use PickIntersection.getGeometryArrayIndex().
PickIntersection.getGeometryArray() will return the array directly.

Doug Gehringer
Sun Microsystems

===========================================================================
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