Draw 3D polygon

TeeChart FireMonkey (Windows,OSX,iOS & Android) for Embarcadero RAD Studio, Delphi and C++ Builder (XE5+)
Post Reply
Ecologist
Newbie
Newbie
Posts: 2
Joined: Thu Jan 01, 1970 12:00 am

Draw 3D polygon

Post by Ecologist » Tue Sep 04, 2012 1:54 am

Hi,

I would like to have some help on how to draw an arbitrary (irregular) 3D polygon (X, Y and Z coordinates) on runtime.

On TChart for VCL I can just use TTeePolygon and add as many points as necessary (Points.AddXY). Is there anything like a TTeePolygon3D, with Points.AddXYZ functionality in TChart3D for FireMonkey?

In addition, it would be great to have a polygon object that would trigger mouse events (e.g. OnMouseOver, OnMouseClick).

What are my alternatives?

Thanks in advance!

Thiago

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Draw 3D polygon

Post by Yeray » Tue Sep 04, 2012 10:23 am

Hi Thiago,

Have you tried using Point3D, Surface (with IrregulaGrid=true) and/or Triangle Surface series? What problem have you found with them?
You can find examples of the in the Features demo project included with the installation, all three under "All features\Welcome !\Chart styles\Extended"
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply