pyvista.MultipleLinesSource#
- class MultipleLinesSource(points=None)[source]#
Multiple lines source algorithm class.
- Parameters:
- pointsarray_like[
float
], default: [[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0]] List of points defining a broken line.
- pointsarray_like[
Methods
Attributes
Get the output data object for a port on this algorithm.
Return the points defining a broken line.