CompositePolyDataMapper#
- class CompositePolyDataMapper(*args, **kwargs)[source]#
Composite PolyData mapper.
- Parameters:
- dataset
pyvista.MultiBlock,optional Multiblock dataset.
- theme
pyvista.plotting.themes.Theme,optional Plot-specific theme.
- color_missing_with_nanbool,
optional Color any missing values with the
nan_color. This is useful when not all blocks of the composite dataset have the specifiedscalars.- interpolate_before_mapbool,
optional Enabling makes for a smoother scalars display. Default is
True. WhenFalse, OpenGL will interpolate the mapped colors which can result is showing colors that are not present in the color map.
- dataset
Attributes#
Return the block attributes. |
|
Color missing arrays with the NaN color. |
|
Return the composite dataset assigned to this mapper. |
Inherited Attributes#
Return or set the array name or number and component to color by. |
|
Return the bounds of this mapper. |
|
Return the size of each axis of the object’s bounding box. |
|
Return the center of mapper. |
|
Return or set the color mode. |
|
Return or set the interpolation of scalars before mapping. |
|
Return or set the lookup table. |
|
Return or set the scalar map mode. |
|
Return or set the scalar range. |
|
Return or set the scalar visibility. |
|
Return or set whether the mapper treats its input as static. |
Methods#
Set the scalars of the mapper. |
|
Set each block of the dataset to a unique color. |
Inherited Methods#
Create a copy of this mapper. |
|
Update this mapper. |