Skip to content

AnalysisStyle on multiple Decorators turns black #17

Closed Answered by pmconne
g3rezz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

If you want in-depth debugging/diagnosis of your code, please narrow it down to a simple sandbox that illustrates the problem.

A quick perusal of the snippets of code you provided suggest that you are basing the range of your gradient on the min+max values of a single polyface, then applying the analysis style to all of your polyfaces, causing values outside of that min+max range to display using the gradient's margin color.
You can test this hypothesis by altering the margin color.

A view only has one AnalysisStyle at a time, applied to all of its contents. It's unclear to me from your code and screenshots what real-world data you're actually trying to visualize - maybe your example …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@g3rezz
Comment options

@pmconne
Comment options

Answer selected by g3rezz
Comment options

You must be logged in to vote
1 reply
@pmconne
Comment options

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