Skip to main content

I am trying to create a 2D oriented bounding box around the point cloud of a roof with a boundingboxreplacer and the appropriate option, but the result is the same as a standard 2D bounding box. I expect an rotated bounding box. What am I doing wrong?

You need to convert the PointCloud to a Single Multipoint using a PointCloudCoercer before you feed it to the BoundingBoxReplacer. Same principle for the HullAccumulator.

Example workspace added.

PointCloudCoercerParameters


Yes, that did it. Thanks!


Reply