active_t_coords#
- property ExplicitStructuredGrid.active_t_coords: Optional[pyvista.core.pyvista_ndarray.pyvista_ndarray]#
Return or set the active texture coordinates on the points.
Examples
Return the active texture coordinates from the globe example.
>>> from pyvista import examples >>> globe = examples.load_globe() >>> globe.active_t_coords pyvista_ndarray([[0. , 0. ], [0. , 0.07142857], [0. , 0.14285714], ..., [1. , 0.85714286], [1. , 0.92857143], [1. , 1. ]])