CubeSource.points_dtype#
- property CubeSource.points_dtype: str[source]#
Return or set the dtype of the points this source generates.
It must be either
'float32'or'float64'. Settingpyvista.core.config.Config.points_dtypeto anything butNoneor'preserve'overrides it.Added in version 0.49.
- Returns:
strDtype of the generated points,
'float32'or'float64'.