DRAW A NOTCH #864
-
I made a tessellation file using command "neper -T -n from_morpho -morpho "size:file(size.txt),centroid:file(coordinates.txt)" -dim 2 -ori "file(orientations.txt,des=euler-bunge)" -oridescriptor "euler-bunge:active" -domain "square(8.56 ,1.55)" -o simulation4". Now I want a notch so i used the command "neper -T -n from_morpho -loadtess simulation4.tess -transform "cut(ecylinder(4.76,1.5,0,0,0,1,0.1,0,0,0,1,0,0.25,0.025))" -o simulation4-with-simple-notch" and got error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The last command contains |
Beta Was this translation helpful? Give feedback.
The last command contains
-n from_morpho
but no-morpho
, which is why it fails.