Line#
- Line(
- pointa: VectorLike[float] = (-0.5, 0.0, 0.0),
- pointb: VectorLike[float] = (0.5, 0.0, 0.0),
- resolution: int = 1,
Create a line.
Examples#
Download Python source code | Download Jupyter notebook
Create a line between (0, 0, 0) and (0, 0, 1).
Used In#
Guides
- Cameras (1 use)
Docstring Examples
DataSet.max_cell_dimensionality(1 use)Plotter.increment_point_size_and_line_width(1 use)PolyData.line_connectivity(1 use)PolyData.n_lines(1 use)PolyDataFilters.tube(1 use)download_kitchen(1 use)
Gallery Examples