Skip to main content
Ctrl+K
PyVista 0.44.dev0 documentation - Home PyVista 0.44.dev0 documentation - Home
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper
  • Getting Started
  • User Guide
  • Examples
  • API Reference
  • Extras
  • GitHub
  • Slack Community
  • Support
  • Contributing
  • The Paper

Section Navigation

API Reference

  • Core API
    • DataObject
    • Data Sets
      • pyvista.DataSet
      • pyvista.DataSetAttributes
      • pyvista.core.dataset.ActiveArrayInfo
        • pyvista.core.dataset.ActiveArrayInfo.copy
      • pyvista.core.utilities.arrays.FieldAssociation
    • Point Sets
    • Gridded Data
    • Composite Datasets
    • Filters
    • Cameras
    • Lights
    • Cells
    • Helpers
    • Miscellaneous
    • Typing
    • Partitioned Datasets
  • Plotting
  • Utilities
  • Readers
  • Examples
  • API Reference
  • Data Sets
  • pyvista.core...

pyvista.core.dataset.ActiveArrayInfo#

class ActiveArrayInfo(association, name)[source]#

Active array info class with support for pickling.

Parameters:
associationpyvista.core.utilities.arrays.FieldAssociation

Array association. Association of the array.

namestr

The name of the array.

Methods

ActiveArrayInfo.copy()

Return a copy of this object.

On this page
  • ActiveArrayInfo
Edit on GitHub

© Copyright 2017-2024, The PyVista Developers.

Built with the PyData Sphinx Theme 0.15.2.