Model.normalsoff#

Model.normalsoff()#

Turns off the display of element/surface normals.

Example#

Turn off the display of element / surface normals#
import hm
import hm.entities as ent

model = hm.Model()

model.normalsoff()