Add pipe network layout example with legend, walls, outlines and FPS stats#15
Closed
aka-blackboots wants to merge 10 commits into
Closed
Add pipe network layout example with legend, walls, outlines and FPS stats#15aka-blackboots wants to merge 10 commits into
aka-blackboots wants to merge 10 commits into
Conversation
* stl support for 2.0 * poc: stl + step exports * sweep example * update branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Sweep(path + profile) usage for multi-branch pipe/MEP layouts with visual legend and contextual walls.Description
main/opengeometry-three/examples-vite/operations/pipe-network-layout.htmlthat builds four pipe types usingSweep+Rectangleprofiles, adds cuboid walls, and renders a side-panel legend.showOutlines,fatOutlines,outlineWidth,showWalls, andshowStatsfollowing the existing examples' control binding and scene-replacement patterns.Stats(three/examples/jsm/libs/stats.module.js) to show FPS and added console logging of a serialized pipe network config whenever controls change.main/opengeometry-three/examples-vite/index.html(operations count bumped to 9) and added a handoff document atAI-DOCs/2026-03-11-pipe-network-layout-example.md.Testing
npm --prefix main/opengeometry-three run build-example-three, which failed due to missing generated wasm artifacts (main/opengeometry/pkg/opengeometry_bg.wasm), so Vite could not resolve wasm imports (build failed).npm --prefix main/opengeometry-three run dev-example-three -- --host 0.0.0.0 --port 4173, which launched but produced Vite import-resolution errors for the same missingpkgartifacts so the example could not fully initialize.AI-DOCs/2026-03-11-pipe-network-layout-example.md).Codex Task