Posts: 9
Threads: 6
%%TYL_NUMTHANKEDLIKED%%
Joined: Dec 2019
Reputation:
0
Hello,
What would be the best way to create a surface with an arbitrary shape (orientated in 3D) ?
Thanks,
Posts: 553
Threads: 8
%%TYL_NUMTHANKEDLIKED%%
Joined: Sep 2009
Reputation:
4
Sorry, but this is too generic question.
I would advise you to learn about 3D objects in WPF - how the MeshGeometry3D objects defines the triangles that make up the 3D object. Search Internet for that. You can also check the "Basic WPF 3D objects tutorial" sample that comes with Ab3d.PowerToys main samples project - it shows some basics about that.
Andrej Benedik