Skip to content

GitLab

  • Menu
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,841
    • Issues 1,841
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • 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
  • ParaView
  • ParaViewParaView
  • Issues
  • #20200
Closed
Open
Created Sep 10, 2020 by Léo Pessanha@leopessanha74

Glyph Filter Properties GlyphType* and Filled not recorded by trace generator

OS: Windows 10 ParaView Version: 5.8.1

I was trying to automate the process of generating a 2d wind flow visualization with glyphs and stumble upon this issue. I've set the GlyphType to be of 2D Glyph and the 2DGlyph to be a Filled Thick Arrow!

Untitled

When recording the macro, the only property recorded was the first GlyphType property with the value 2D Glyph.

I was able to acess the field that opened after you choose "Glyph Type" as "2D Glyph" (that has the same name "Glyph Type") and the Filled property by doing

glyph1 = Glyph(Input=calculator2, GlyphType='2D Glyph')
glyph1.GlyphType.GlyphType = 'ThickArrow'
glyph1.GlyphType.Filled = 1
Edited Sep 10, 2020 by Léo Pessanha
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking