helix-toolkit / helix-toolkit

Helix Toolkit is a collection of 3D components for .NET.
http://helix-toolkit.org/
MIT License
1.78k stars 653 forks source link

How to create shape from given a path and section. #2182

Closed MauNguyenVan closed 1 month ago

MauNguyenVan commented 1 month ago

Does helix have any way to create a shape from a given path and profile (section)

image

holance commented 1 month ago

https://github.com/helix-toolkit/helix-toolkit/blob/c0403ec86ac405d1cb89dc2e99da5323ed8ee227/Source/HelixToolkit.Geometry/Geometry/MeshBuilder.cs#L3514

Is this what you want?

MauNguyenVan commented 1 month ago

yes. it is. Thank you.