smooth_subpoints#
- curve.smooth_subpoints(p0: float) int #
Specify the number of smooth subpoints to use between curve points of the selected curve.
The curve line type must be smooth.- Args:
- p0:
‘num’ number of subpoints in which to display the smoothed line type between curve points (default is 3)
- Examples:
ensight.curve.select_begin(1) ensight.curve.line_type("smooth") ensight.curve.smooth_subpoints(4.0000e+00)
- Returns:
zero on success, non-zero on error