Representation structure #76
Replies: 3 comments 1 reply
-
It seems that there is a function draw (see paper page 40), working with vectorial representation (maybe rasterized also but it is not shown in paper). So far I cannot make it work, when I use the code below I get this error for the mee.draw function: IndexError: index 1 is out of bounds for dimension 0 with size 1 For the code, I tried to copy what is done in the paper, without success: thickness = [300.] length_x = torch.tensor( length_x , dtype = torch.float64 , requires_grad=True) obj_list = mee.rectangle_rotate(* center , length_x , length_y , * n_split , n_index_1 , angle) |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Thank you, I used the ocd example at the end to help me! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have gone through the tutorials, but it seems that we are not able to see the structure that we are implementing, right? I am able to see the resulting field but not the structure itself. Is there a way to show a slice of it, at a constant z for instance?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions