Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to pick region (rectangle) in a plan for to get the X and Y min max values to form part of a bounding box. I'm using pickbox and the min max Z values from a selected topo surface.
I defenely have min max XYZs and creating a new outline to use with toposurface.FindPoints(outline).
Dim sourceOutline As New Outline(min, max) ptsExisting = TryCast(topoSource.FindPoints(sourceOutline), List(Of XYZ))
I've done this successfully elsewhere but but with this method I'm getting an error of
boundingBox in an empty Outline.
Parameter name: boundingBox
Can someone explain what this error means? I definatelely have points in the topo within the bounding box. Is this error saying there is a problem with the outline or that the points are not being found?
Russ Green
Solved! Go to Solution.