Pre loader

How to draw a plane through 3 points on WPF 3D Point Cloud Chart

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. How to draw a plane through 3 points on WPF 3D Point Cloud Chart?

Version
5.3.0
  • You must to post comments
0
0

Hi Sergey,

The CubeGeometry.cs file in the above example renders a cube with 6 planes and the line outline.

enter image description here

If you modify this to render a single plane then you can see how to add a plane to the SciChart3DSurface.

The only thing necessary is to note that the locations passed to CubeGeometry are ‘World Coordinates’ not data coordinates. E.g. if your axis is 0-10 but the world is 1000x1000x1000 then the geometry is in the world space not data. You can read how to convert between the two coordinate systems over here:

https://www.scichart.com/documentation/v5.x/The%20SciChart3DSurface%20WorldDimensions%20Property.html

enter image description here

This might account for the offset you are seeing.

Finally, at the moment there is no 3D Annotations feature however this is requested on our feature-request portal. Please vote for the feature here:

https://features.scichart.com/app/#/case/82353

For access instructions to the feedback portal see http://www.scichart.com/feedback-policy

Best regards,
Andrew

  • You must to post comments
0
0

Hi Sergei,

You can create any Geometry in SciChart 3D using our BaseSceneEntity API.

Some resources:

Let me know if this helps,

Best regards,
Andrew

  • You must to post comments
Showing 2 results
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