grid_pts#
- clip.grid_pts(*args, **kwargs) Any #
Set the number of sample points for a planar grid clip.
- Args:
- p0:
‘x_pts’ number of points to sample along the x plane tool direction
- p1:
‘y_pts’ number of points to sample along the y plane tool direction
- Examples:
# # Modify an existing # grid clip part # ensight.part.select_begin(3) ensight.part.modify_begin() ensight.clip.grid_pts(10,12) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error