Posts: 1
Threads: 1
Joined: Sep 2021
Reputation:
0
I need to create a shape and extrude it, I know there is an example about extrusion but I use something simpler, I do not require the user to draw the figure directly on a canvas. I only require 8 nodes entering the coordinates in 8 textbox, do you have any other simpler example to extrude?
Posts: 744
Threads: 8
Joined: Sep 2009
Reputation:
45
You only need to define 8 TextBoxes where user enters the coordinates. Then on a click of a button convert the entered text into 3D positions (as Point3D struct). This is a very general programming task and I do not have time to help you there.
Andrej Benedik