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

Internal error using hollow function #4831

Open
rtsuk opened this issue Dec 18, 2024 · 0 comments
Open

Internal error using hollow function #4831

rtsuk opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working engine

Comments

@rtsuk
Copy link

rtsuk commented Dec 18, 2024

Modeling command failed: [ApiError { error_code: InternalEngine, message: "Invalid brep after shell operation" }]

Screenshot

Core Dump

coredump-8d36cda7-ce7e-4330-86e1-69ebcedc3505.json

Reference ID: 8d36cda7-ce7e-4330-86e1-69ebcedc3505

KCL Code
coinDiameter = 50 // Diameter of the coin in mm
coinThickness = 2.0 // Thickness of the coin in mm
rimThickness = coinDiameter / 50 // Thickness of the rim around the edge in mm


exampleSketch = startSketchOn("XY")
  |> circle({
       center = [0, 0],
       radius = coinDiameter
     }, %)

example = hollow(1, extrude(coinThickness, exampleSketch))

@jessfraz jessfraz added bug Something isn't working engine labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working engine
Projects
None yet
Development

No branches or pull requests

2 participants