3D Clyinder projection

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

3D Clyinder projection

Post by Thomas Klingler » Mon Mar 21, 2005 7:06 pm

Back in 2001 I asked if TChart supported in some way the display of 3d data in cylindrical form. At that time the answer was basically NO. (search for "3d Cylinder" in the groups) Perhaps now there is some way to accomplish this. I have a dataset that includes x, theta and z components. It represents x,y and radial distance in a tube. I have successfully created a 3D color contour map with a custom palette that is very impressive. Using the OpenGL component with lighting and shading it really looks sharp.

Now the big question is... How can I get this data "rolled" back up into its original form? (ie A Cylinder). I did manage to use a 3D "Point" chart to display the data in cylindrical formay by converting the points and giving each a color based on my palette. This is very coarse and the "surface" is basically a bunch of points with gaps in between.

It really needs to be just like the 3D "Surface" chart where the space between data points is filled and shaded.

Thanks for any help or suggestions. I can email small samples of each if you would like.

Kev

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Tue Mar 22, 2005 12:03 am

Hi Kev,

Please repost your question at the teeChart forum:

TeeChat > VCL forums, not TeeTree > VCL.

Thanks!
tom@steema.com

kev
Newbie
Newbie
Posts: 42
Joined: Tue Apr 06, 2004 4:00 am
Location: Texas

Any Takers?

Post by kev » Tue Mar 22, 2005 8:46 pm

Anybody?

kev
Newbie
Newbie
Posts: 42
Joined: Tue Apr 06, 2004 4:00 am
Location: Texas

Sorry

Post by kev » Tue Mar 22, 2005 8:47 pm

Oops, Sorry. wrong forum.

Post Reply