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

Bug: sphere face #1305

Open
1 task
WirajanDASILVA opened this issue Feb 26, 2024 · 0 comments · Fixed by #1307
Open
1 task

Bug: sphere face #1305

WirajanDASILVA opened this issue Feb 26, 2024 · 0 comments · Fixed by #1307
Assignees

Comments

@WirajanDASILVA
Copy link
Collaborator

WirajanDASILVA commented Feb 26, 2024

  • I'm submitting a ...

    • [B] bug report
    • feature request
  • What is the current behavior?
    sphere face(black) not correctly instantiated:

import math
import volmdlr
from volmdlr import step, shells, primitives3d
import matplotlib.pyplot as plt
from volmdlr.core import EdgeStyle
import mplcyberpunk
plt.style.use("cyberpunk")

sphere = primitives3d.Sphere(volmdlr.O3D, 0.68, color=(0.2, 1, 0.3), alpha=.6)
ax = sphere.plot()
sphere.primitives[0].surface3d.plot(ax)
sphere.bounding_box.plot(ax, 'r')

image
  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Avoid reference to other packages

  • What is the expected behavior?

  • What is the motivation / use case for changing the behavior?

  • Possible fixes

  • Please tell us about your environment:

    • branch: dev
    • commit:
    • python version:
@WirajanDASILVA WirajanDASILVA self-assigned this Feb 26, 2024
@WirajanDASILVA WirajanDASILVA linked a pull request Feb 26, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant