Search found 3 matches

by RyeK
Wed Nov 13, 2024 7:36 pm
Forum: Questions
Topic: Setting scalar field by many polyline segments
Replies: 1
Views: 344

Setting scalar field by many polyline segments

I am attempting to simplify the process of separating a cloud by many closed polyline areas. I have a python script to iteratively segments a cloud using crop2D however this is extremely inefficient and not a feasible solution for the cloud size or number of polylines required. The GUI segment funct...
by RyeK
Wed Nov 13, 2024 1:32 pm
Forum: Questions
Topic: How can I segment with more than one polyline?
Replies: 9
Views: 7031

Re: How can I segment with more than one polyline?

So you want to generate as many clouds as polylines? Each time starting from the origin cloud? That's clearly not the default use case indeed. You would have to hack the code to prevent this automatic replacement. Is it possible to segment from many polylines from the origin cloud that results in o...
by RyeK
Mon Jan 22, 2024 3:01 pm
Forum: Questions
Topic: Reverse Unroll Feature?
Replies: 3
Views: 4650

Re: Reverse Unroll Feature?

Hi Daniel,

Has the reversal of the unroll tool been implemented? Similar to LeWinter, I am interested in unrolling a cylindrical shaped cloud to perform calculations/functions on the flattened cloud and eventually return it to its original shape.

Thanks.