Sweep or Thicken a non-planar surface along a vector
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I have created a `parametricSurface` that I want to sweep/extrude in a particular direction (say the Z axis).
The closest I could come to doing this was to use the `thicken` function on a `Face` that I created from the surface.
However, this sweeps the surface along the surface normal (not along a particular direction).
I dug into the source to find that the `thicken` function uses BRepOffset_MakeOffset to do the thickening.
How can I use either cadquery or BRep to perform this kind of a sweep?
Is there a modification to the `thicken` function source code that can enable this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.