Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additional bools to show_topology for controlling information returned #806

Open
jdegenstein opened this issue Dec 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jdegenstein
Copy link
Collaborator

When working with complex objects and assemblies, sometimes the extra information about object position and memory address becomes visually distracting and overly wide which can make it harder to understand the topological part/assembly structure.

I propose that additional bools are added to control showing this information:
show_topology(..., show_center: bool = None, show_memory_address: bool = True, show_location: bool = True)

show_center is an existing flag but the doc info about it should probably be updated as it doesn't seem intuitive to me
show_location is a new flag (naming TBD) but would disable all position/location info for the line items

Haven't fully considered this but -- it might also be valuable to have a bool to show info like GeomType where applicable.

@jdegenstein jdegenstein added the enhancement New feature or request label Dec 1, 2024
@jdegenstein jdegenstein added this to the Not Gating Release 1.0.0 milestone Dec 1, 2024
@jdegenstein jdegenstein self-assigned this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant