Hi Saeed:

        I'm not sure then I understand your question...if you have the
coordinates already, you simply have to generate more points to generate the 3D
lines, so for example if you have (100, 50) and you know that the building is 75
feet deep (long), then your points can be (100, 50, 0) and (100, 50, 75).

        Did I miss your question?

cheers,
Mona

> Hi,
> That 's right.The coordinates are 2D, but I want to convert them to 3D after I
succeed to darw them.These are Coordinates of buildings in 2D and then I want to
convert them to 3D.
>
> Regards,
> Saeed
>
> Jon Seanor <[EMAIL PROTECTED]> wrote:
> I assume that it's a 2D co-ordinate system.
> If I'm correct then take a look at the Java2D API
> perhaps?
> It has a huge range of functionality that should meet
> your needs.
>
> Jon
>
> --- Saeed Ansari wrote:
>
> > Hello,
> > I am working on a simulation project. Here I have a
> > machine that gives me an array of coordinates of a
> > shape in counter-clockwise order. What do you
> > recommend for using a method to draw this shape and
> > some others like this ?
> > I have attached the picture of the shape. Pleaes see
> > that and suggest me what to do ?
> >
> > Best regards,
> > Saeed Ansari
> >
> >
> >
>
>
>
> ___________________________________________________________
> How much free photo storage do you get? Store your holiday
> snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
>
> ===========================================================================
> 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".
>
>
> ---------------------------------
> Yahoo! Mail Mobile
>  Take Yahoo! Mail with you! Check email on your mobile phone.
>
> ===========================================================================
> 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".

Mona

==================================================================
  Mona Wong-Barnum
  National Center for Microscopy and Imaging Research
  University of California, San Diego
  http://ncmir.ucsd.edu/

  "If you don't have time to do it right, will you have time
  to do it over?"
                             -- unknown
==================================================================

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