Model.minmaxtitlesetfont#
- Model.minmaxtitlesetfont(font, type, minmax)#
Sets the font of a minimum or maximum title.
- Parameters:
font (int) – The font number for the descriptor (1-4).
type (int) –
0 - Node title (contour plot)
1 - Element title (assigned plot)
minmax (int) –
0 - Minimum title
1 - Maximum title
Example#
Set the font in the node minimum title#import hm import hm.entities as ent model = hm.Model() model.minmaxtitlesetfont(font=1, type=0, minmax=0)