Model.sphereclipautofit#

Model.sphereclipautofit(onoff)#

Toggles the autofit feature for spherical clipping on or off.

Parameters:

onoff (int) –

Determines whether the autofitting for spherical clipping is turned on or off

0 - Off

1 - On

Example#

Turn on autofit for spherical clipping#
import hm
import hm.entities as ent

model.sphereclipautofit(onoff=1)