Skip to main content

Hi all,

I can’t seem to get the Offsetter to properly take this geometry - it keeps rejecting (properties below).

I broke out this to another workbench and it worked find with a simple solid - just wondering what is happening here as I can’t seem to figure it out. The geom. disappears after the offset.

Any clues as to what is happening?

Thanks!

 

There are 2 lines going into the Offsetter. Is this as expected?

One of the two lines will produce features that only have a rectange, because a BoundingboxAccumalator will remove the geometry

 

Maybe you could store the geometry in an attribute, calculate the offset and restore the geometry from the attribute?


I’ve found the issue.

Offsetter won’t take any attribute and fails with the code INVALID_PARAMETER_X_OFFSET etc.

How can I pass an attribute without it failing?

Thanks!

 


OK I got this working - the geom and attributes needed to be merged. Offsetter wasn’t receiving the attribute.

Thanks for the tips.


I think you expected that connecting two lines to one transformer merged the attributes from one line to the other line?

But this only merges the two groups of Features to one group of Features. Where both groups may have different sets of Attributes.


Reply