-
Hi, I met a problem in simulate, when I import the tess into 3dec, 3dec warns me the some faces are not a planar, I watched the guidebook in 3dec, it said that in the large strain situation the not planar faces might be a problem. So is there any possible to make sure all the faces created are planar? thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Faces can become non planar as a result of regularization ( |
Beta Was this translation helpful? Give feedback.
Faces can become non planar as a result of regularization (
-reg 1
). To get strictly planar faces, disable regularization (-reg 0
), or, to get "more planar" faces, leave regularization on but decrease the "flatness fault" tolerance (-maxff
, 20° by default).