Wireframe instead of solid object
See original GitHub issueimport cadquery as cq
sPnts = [
(10, 15),
(30, 40),
(70, 30)
]
path = cq.Workplane("XY").polyline(sPnts,includeCurrent=False).close()
result = cq.Workplane("YZ").circle(10).sweep(path)
show_object(result)
Can anyone tell me why this code shows a wireframe instead of solid object? Is it a bug or am I doing something wrong?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Solid shows only as wire frame - Vectorworks Forum
When i go to an iso view the objects appear only as wireframe and not as a sloid. what is up?
Read more >My object displays wireframe in 3d view. How to make it solid?
There are two ways to solve it I guess: You're in the Wireframe display mode and need to cange it to Solid. enter...
Read more >Make Solid and Wireframe Objects In Blender - YouTube
Make Solid and Wireframe Objects In Blender | Enable Solid And Wireframe Display Together.
Read more >Solved: Bodies show as wireframe rather than solid - Fusion 360
Bodies show as wireframe rather than solid. After extruding from an inserted svg, the resulting body shows as a wireframe without any faces....
Read more >SOLVED: Solid object from wire frame - FreeCAD Forum
I'm new to CAD and FreeCAD, trying to model some installation. A problem that I run into is to create a solid part...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Your code does not work for me and I think these are the reasons:
transition='right'
ortransition='round'
.Here is a working example, you’ll need to play wit the dimensions
Fabulous - Thanks @adam-urbanczyk