You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 meshow_location
is a new flag (naming TBD) but would disable all position/location info for the line itemsHaven't fully considered this but -- it might also be valuable to have a bool to show info like
GeomType
where applicable.The text was updated successfully, but these errors were encountered: