Skip to content
Discussion options

You must be logged in to vote

Hi @yangocean-sudo

You are correct, this is not supported.

I would suggest looking at the bitmap plugin or the grid plugin. Both can accept a runtime constructed object in their constructor props.
For example the grid (documentation) will accept a VolumeGrid object that is created at runtime. And a VolumeGrid has a special Python constructor that accepts NumPy types. The idea would be to create something similar to a VolumeGrid object. (If you're feeling lazy you can most likely re-use the VolumeGrid object and just treat it as a buffer)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yangocean-sudo
Comment options

Answer selected by yangocean-sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants