Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,960
    • Issues 1,960
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 98
    • Merge requests 98
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #19172
Closed
Open
Issue created Jul 09, 2019 by W. Alan Scott@wascottMaintainer

Python GetActive doesn't return node and element ids

We need the ability to see node and element ids in Python. For instance, I want to find PedegreeNodeId 1000. It doesn't exist in the Python interface. Here is how to test:

  • ParaView 5.7.0-RC1, builtin server, Linux
  • Open disk_out_ref.ex2, all variables on, apply.
  • View/ Python view.
  • disk=GetActiveSource()
  • vars=disk.PointVariables.GetAvailable()

You see a list here. One is not GlobalNodeId, but it should be. Reason is, we want to do the following:

  • sel=SelectPoints(“GlobalNodeId=1000”)
  • e = ExtractSelection(Selection=sel)
  • Show(e)
  • Hide(disk)
  • Render()

Or, more likely, we want to write this cell's data out to a .csv file, for post processing.

Edited Jul 09, 2019 by W. Alan Scott
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking