Closed xjindf closed 10 months ago
Currently, ExtrudeShapeBuilder does not support path extrude yet. If you want to implement it by yourself, the logic should be similar to TubeBuilder, the difference is that the simple circular cross-section is replaced by Shape.
The feature has been merged into dev in ExtrudeShapeBuilder
I noticed that the library contains the ExtraceShapeBuilder class. How to implement the extension of 2D sections along a path, similar to the ExtraceGeometry in three. js