Skip to content

feat(info): print max model width and perpendicular width in 3dm info (#14) - #16

Open
mhaye9545 wants to merge 1 commit into
tdeck:mainfrom
mhaye9545:feat/issue-14-max-width-info
Open

feat(info): print max model width and perpendicular width in 3dm info (#14)#16
mhaye9545 wants to merge 1 commit into
tdeck:mainfrom
mhaye9545:feat/issue-14-max-width-info

Conversation

@mhaye9545

Copy link
Copy Markdown

Closes#14.

Summary

  • Added calculation of maximum 2D width in the XY plane (assuming rotation around the Z axis only) and the width perpendicular to that maximum width.
  • Updated \MeshMetrics\ to store \max_width\ and \perpendicular_width.
  • Updated \3dm info\ to display: \Max width: , perpendicular width: .
  • Added unit tests in \e2e_test.py\ verifying the width calculations and output formatting.

@mhaye9545
mhaye9545 requested a review from tdeck as a code ownerAugust 30, 2026 06:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Print max model width in 3dm info command

1 participant

@mhaye9545