Skip to content

Fix docs visual regression#2006

Draft
lorenzncode wants to merge 1 commit intoCadQuery:masterfrom
lorenzncode:vtkjs-edge
Draft

Fix docs visual regression#2006
lorenzncode wants to merge 1 commit intoCadQuery:masterfrom
lorenzncode:vtkjs-edge

Conversation

@lorenzncode
Copy link
Member

Replace actor-level coloring with cell-based coloring. This allows distinct colors per cell type (vertices, edges, faces) rather than one color per actor.

Replace actor-level coloring with cell-based coloring.
This allows distinct colors per cell type (vertices, edges, faces) rather than one color per actor.
@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.08%. Comparing base (ba71107) to head (1a400d2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2006   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files          29       29           
  Lines        7961     7961           
  Branches     1190     1190           
=======================================
  Hits         7649     7649           
  Misses        179      179           
  Partials      133      133           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

reader.parseAsArrayBuffer(textEncoder.encode(shape));

// setup actor,mapper and add
// create mesh types based on cell type for coloring
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we just reuse the approach of fig/show of splitting into two actors on python side?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants