Skip to main content
Hi, I have XYZ values and I need to create a DGN or SHP polygon based on the min and max X and Y values.

 

 

What is the easiest way to do this?  I tried to use BoundsExtractor and 2DBoxReplacer but it doesn't seem to be working.  Any other ideas?

 

 

Thanks,
Hi,

 

 

If you need to create a minimum rectangle polygon including all of coordinates, use the BoundingBoxAccumulator after replacing coordinate values with point geometries through the 2D or 3DPointReplacer.

 

 

Takashi 

Reply