CubeSource.points_dtype

Contents

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'. Setting pyvista.core.config.Config.points_dtype to anything but None or 'preserve' overrides it.

Added in version 0.49.

Returns:
str

Dtype of the generated points, 'float32' or 'float64'.