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
Draw 3D polygon
Re: Draw 3D polygon
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"
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |