Skip to main content

Hello,

I'm using the AnchoredSnapper transformer in workbench 2017.1

The Snapping Tolerance Parameter will differ based on a density variable that I've constructed.

I've created a User Parameter, (which is the only variable based option) and assigned it to the Snapping Tolerance Parameter but this does not give me the ability to pass the density variable at run-time.

Is there a way that I might accommodate this use case?

Thank you in advance,

Brek

Would using a published parameter help?

Due to the way the AnchoredSnapper works, it's not possible to use a feature attribute for the snapping tolerance (basically it cannot vary from one feature to another).


Do you have a large amount of different density values?

If not you can "split" the data in groups (AttributeFilter on the density attribute) and use multiple AnchoredSnapper transformers, each with a tolerance based on the density.


Do you have a large amount of different density values?

If not you can "split" the data in groups (AttributeFilter on the density attribute) and use multiple AnchoredSnapper transformers, each with a tolerance based on the density.

I would agree that this is a realistic option given the current constraint.

 

 

Tthank you for the feedback and have a good day!

 

 

Brek

 

 


Reply