AB4D Forum
Extrude - Printable Version

+- AB4D Forum (https://forum.ab4d.com)
+-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4)
+--- Forum: Ab3d.PowerToys (https://forum.ab4d.com/forumdisplay.php?fid=9)
+--- Thread: Extrude (/showthread.php?tid=4285)



Extrude - ali3d - 09-20-2021

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?


RE: Extrude - abenedik - 09-23-2021

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.