-
Hello
I tried a 2D Comsol mphtxt to convert into unv or msh files. Neither the -l listing is working.
I get errors like:
INFO: Reading mphtxt file ...
INFO: Reading piece 1 ...
INFO: Element typ…
-
Hi, I'm looking through the functions at the moment and I've come across the ShellRegion function from the pyNuMAD.shell.ShellRegionClass. From what I can tell, this function defines how the face is m…
-
Hey, I have tried editing the code in so many ways, can't get the hovering of buttons to work still. Maybe we could talk about it and try to find a solution together?
-
## Issue Details
Sorted by estimated amount of work / complexity.
```[tasklist]
### Large
- [ ] make it possible to zoom arbitrarily close
- [ ] when using orthographic projection, zoom is mu…
-
I ran into this while working on meshing.
This is the simplest example:
```
julia> fcs4 = Face{4,Int}(1,2,3,4)
4-element Face{4,Int64}:
1
2
3
4
julia> convert(Face{3,Int},fcs4)
3-el…
-
Using CornellBox-Original.obj from https://casual-effects.com/data/ the following snippet:
```
let meshes = models
.iter()
.map(|m| {
let mesh = …
-
-
Hi,
Currently, the operations work only on a single face (or two faces in the loft case). It would be easier to create a blocking structure when these operations work on a sketch, just like in a CA…
-
Hello,
I run the first example in Julia1.8.5 but I get this message and it quits from Julia REPL.
```
julia> using Gmsh: Gmsh, gmsh
julia>
julia> Gmsh.initialize()
true
julia>
juli…
-
Great code, I have written a conversion of the resultant SVG file to Excel shapes on a worksheet, https://exceldevelopmentplatform.blogspot.com/2020/06/python-wireframe-graphics-on-worksheet.html
H…