![]() |
|
Eccentric ConeTube - 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: Eccentric ConeTube (/showthread.php?tid=4287) |
Eccentric ConeTube - mattia.riviera - 09-29-2021 Is there a way to create an Eccentric ConeTube? RE: Eccentric ConeTube - abenedik - 09-29-2021 This can be created by first creating a symmetrical cone tube and then manually adjusting the top or bottom positions. For example: Code: var coneMesh = new Ab3d.Meshes.TubeMesh3D(bottomCenterPosition: new Point3D(0, 0, 0), This produces the following model: RE: Eccentric ConeTube - mattia.riviera - 09-29-2021 Hi Abenedik, thank you for the tip. Best regards. Mattia |