Beautifully Integrate TNO in RV - #20
Merged
tomvanmele merged 12 commits intoAug 28, 2026
Merged
Conversation
tomvanmele
approved these changes
Aug 28, 2026
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.
This PR integrates Thrust Network Optimisation (TNO) into RhinoVAULT, introducing an analysis workflow alongside the existing form–force design workflow.
Users can now create structural envelopes, assign assessment loads, and run minimum/maximum thrust, minimum thickness, best-fit, maximum-load, and support-displacement optimisations. The PR also unifies the planar form diagram and 3D thrust network around a single
FormDiagram, so optimised geometry and forces remain the source of truth for drawing, editing, export, and force-diagram updates.Key changes include:
RV_loadswith FromEnvelope, External, FromFill, and ClearAll workflows.pzandpzext.compas_tnafactories with pattern-specific discretisation.FormDiagram.compas_tnorequirement to0.4.0.RV_form_solvecommand and local pattern factories.The separate
ThrustDiagramdata structure andRhinoThrustObjectscene object have been removed. The 3D thrust network is now a representation of the existingFormDiagram. This is an API-level breaking change, although legacy RhinoVAULT save files were manually verified to remain load-compatible.What type of change is this?
Checklist
CHANGELOG.mdfile in theUnreleasedsection under the most fitting heading (e.g.Added,Changed,Removed).invoke test).invoke lint).compas.datastructures.Mesh.