pyvista.PlaneSource#

class PlaneSource(i_resolution=10, j_resolution=10)[source]#

Create a plane source.

Added in version 0.44.

Parameters:
i_resolutionint, default: 10

Number of points on the plane in the i direction.

j_resolutionint, default: 10

Number of points on the plane in the j direction.

Methods

Attributes

PlaneSource.i_resolution

Number of points on the plane in the i direction.

PlaneSource.j_resolution

Number of points on the plane in the j direction.

PlaneSource.output

Get the output data object for a port on this algorithm.