0

AddExtrudedGeometry

Anonymous 10 years ago updated by ไอยดา สุรีวงค์ 3 years ago 2
This discussion was imported from CodePlex

rinaldin wrote at 2013-10-28 15:52:

Can you provide an example with meshBuilder.AddExtrudedGeometry?
I tried to use it, but with no success. Instead, the ExtrudedVisual3D works fine.

Thanks,
Giovanni

rinaldin wrote at 2013-12-20 20:31:

anyone?

objo wrote at 2014-01-07 22:34:

It is possible this is an obsolete method. (The MeshBuilder needs some refactoring)
Can you use the AddTube method? It can take a general section.

AnotherBor wrote at 2014-01-08 02:15:

Good to know!
Yesterday I wanted to check it out for Rinaldin but even though params were logically correct the mesh was wrong.
All the faces were compressed to a single plane that seemed to be defined by the first pair of points in the section.

objo wrote at 2014-01-08 07:30:

Second thought: it would be good to have the AddExtrudedGeometry method too. I see the intention was to extrude a section between two points which is much simpler than making a tube. I have added an issue: https://helixtoolkit.codeplex.com/workitem/10012