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

showing edges blanks viewer window #82

Closed
mngrm3a opened this issue May 9, 2024 · 4 comments
Closed

showing edges blanks viewer window #82

mngrm3a opened this issue May 9, 2024 · 4 comments
Labels
duplicate This issue or pull request already exists

Comments

@mngrm3a
Copy link

mngrm3a commented May 9, 2024

Vertices and faces work without any issues but edges will blank the viewer.

from build123d import *
from ocp_vscode import *

part = Box(10, 10, 10)

show_object(part)

# show_object(part.vertices() >> Axis.Z)  # works
# show_object(part.edges() >> Axis.Z)  # doesn't work
# show_object(part.faces() >> Axis.Z)  # works

I tested this with 2.2.2 and all 3 lines render as expected.

@bernhard-42
Copy link
Owner

@mngrm3a I can only reproduce when measure_toolsare True
Could it be that the issue only occurs when measure_tools=True? Similar as in #81

@mngrm3a
Copy link
Author

mngrm3a commented May 10, 2024

Indeed, it works when the measure tools are disabled.

@bernhard-42
Copy link
Owner

Thanks.
Duplicate of #81

@bernhard-42 bernhard-42 added the duplicate This issue or pull request already exists label May 10, 2024
@bernhard-42
Copy link
Owner

fixed in 2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants