Model.setsphereclip#
- Model.setsphereclip(onoff)#
Toggles the spherical clipping feature on and off.
- Parameters:
onoff (int) –
Determines whether the spherical clipping feature is turned on or off:
0 - Off
1 - On
Example#
Turn on spherical clipping#import hm import hm.entities as ent model = hm.Model() model.setsphereclip(onoff=1)