pyvista.LineSource#
- class LineSource(
- pointa: VectorLike[float] = (-0.5, 0.0, 0.0),
- pointb: VectorLike[float] = (0.5, 0.0, 0.0),
- resolution: int = 1,
Create a line.
Added in version 0.44.
- Parameters:
Methods
Attributes
Get the output data object for a port on this algorithm.
Location in
[x, y, z]
.Location in
[x, y, z]
.Number of pieces to divide line into.