It seems that for objects to be selected in VB(A) that they need to be entirely visible on screen.
objSetLaterals.SelectByPolygon acSelectionSetFence, arr3DVertices, FilterType, FilterData
In the previous code, I get only select entities that are
entirely visible on screen. If I zoom extents before I run the code, I get all of the entities crossing the fence.
Is there a way to get all of the entities without having them visible on the screen?
If there's no way to do this with VB(A) I'm open to other methods.
