-
Dear Sir I would like to know if it is possible for me to represent my 3d mesh model like this As I import my model into Abaqus, the foam inside the cube disappears and it looks something like this (transparent view of the cube) Commands used to generate this model are as follows neper -T n 79 -morpho "diameq:custom(mydistibu)" -o mytess I acknowledge that I could achieve this type of result with 2d meshing but i would like to know if it possible with 3d meshing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use |
Beta Was this translation helpful? Give feedback.
Use
-showelt2d all
or (-showelt2d domtype!=2
) and-showelt3d none
.