label_spacing#
- contour.label_spacing(p0: float) int #
Control the spacing of contour labels
The labels will be spaced approximately the value specified.- Args:
- p0:
‘distance’ distance between labels
- Examples:
# # Modify an existing contour part to have # labels .5 units apart # ensight.part.select_begin(3) ensight.part.modify_begin() ensight.contour.label_visible("ON") ensight.contour.label_spacing(.5) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error