How to Flip Normals in python #2869
Answered
by
Grantim
dhanraj-khatal
asked this question in
Q&A
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Grantim
Jun 21, 2024
Replies: 1 comment 5 replies
-
Hello! Here is simple example: from meshlib import mrmeshpy as mm
mesh = mm.makeCube()
mesh.topology.flipOrientation() |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dhanraj-khatal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Here is simple example: