-
![Snipaste_2024-11-18_14-16-55](https://github.com/user-attachments/assets/11fa39b0-50c3-4447-8b61-52ae25745f3d)
![image](https://github.com/user-attachments/assets/44465afb-ea8a-4b24-ac3f-a86e99787b…
-
```julia
using Shapefile, GLMakie
shp = Shapefile.Table("hyd1_4l.shp") # river polylines
begin
fig = Figure()
ax = Axis(fig[1, 1])
lines!.(ax, shp.geometry) # work
lines!(ax, shp) …
-
Djakh updated
3 weeks ago
-
-
### Description
I have a list of polylines from custom vendor data and I want to parse these polylines as a new closed polygon, I read about FreeHandROI tool and it looks like it's the right functi…
-
hello Thomas,
inside CC 2.13.2, your example to assign color to polyline won’t work....
```
import pycc
import cccorelib
import numpy as np
CC = pycc.GetInstance()
VERTICES = np.array([
…
-
I am encountering part update error on most of the designs i am doing via pyCatia, when run on different pc (with catia v5R17) its working alright (which means the code is okay). i have attached pytho…
-
I wonder how to visualize the polylines. Graphical Debugging is a very useful tool I'm using for regular polylines with only line segments. Is it possible to visualize plines with Graphical Debugging?
-
Problem when running cassini for some tiles. I used it with [this tile](https://storage.sbg.cloud.ovh.net/v1/AUTH_63234f509d6048bca3c9fd7928720ca1/ppk-lidar/PJ/LHD_FXX_0930_6594_PTS_C_LAMB93_IGN69.cop…
-
### Observed Behavior
I noticed that specific items Properties dialog boxes show ID ### at the top and others do not.
Can someone confirm if this is expected behavior, not sure what these ID numbers…