Pre loader

3D irregular polyhedron

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hello!

I want to draw an irregular polyhedron in 3D chart. And I know the coordinates for each vertex.
However, I couldn’t find the appropriate API.
please, need a API or a guide to help me…

best regards, Thank you

Version
4.1.0
  • You must to post comments
0
0

Hi there,

Have your tried to use free surface mesh or surface mesh API for this?

Best regards,
Yura

  • Mobile SW4
    Hi Yura, Thank you for your answer. But, the dataSeries you told me is not suitable for me. (The example uses the following data series. EllipsoidDataSeries3D, CustomSurfaceDataSeries3D, CylindroidDataSeries3D, PolarDataSeries3D, UniformGridDataSeries3D) I want to make it through a data series where I can put coordinates myself, like ‘XyzDataSeries3D’. If you set ‘XyzDataSeries3D’ from ‘FreeSurfaceRenderableSeries3D’, Exception will occur. For example, what should I do if I want to implement the following shapes as Solid? (0,0,0), (0,0,1), (2,0,0), (2,0,1), (0,3,0), (0,3,1), (2,3,0), (2,3,1). I know you’re busy, but I ask you. Thank you
  • Mobile SW4
    If the above is not possible, is there a way to draw in 3D chart a triangle connected by the following coordinates? (x1, y1, z1), (x2, y2, z2), (x3, y3, z3) If possible, I think can make a polyhedron by connecting it.
  • Yura Khariton
    I’m afraid, that currently we don’t provide API for drawing solid objects and render mesh by specifying triangles ( you can create a request feature to add this functionality – https://www.scichart.com/feedback-policy/ ). The only possible way to achieve similar output that I can think of would be to compose several mesh series ( like in this example – https://www.scichart.com/example/android-3d-chart-example-surface-mesh-palette-provider/), but to tell something for sure I would need to have more information about what you’re trying to implement.
  • Mobile SW4
    Hi Yura, Thank you for your answer. I’ll ask you again if there’s anything else I need.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies