aardvark-platform / aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
https://aardvarkians.com/
GNU Affero General Public License v3.0
34 stars 6 forks source link

How to Get point clouds within the projection range of Polygon2d? No matter what the Z value is? #31

Open YNBTools opened 4 months ago

YNBTools commented 4 months ago

Aardvark.Geometry.PointSet: I want to Get point clouds within the projection range of Polygon2d,No matter what the Z value is。 If it is for the sake of speed, filtering can only be considered by projecting onto the XY plane. It can also provide a function that can be projected onto any surface and filtered using the Polygon3d and plane parameters. Just like QueryPointsNearPolygon, except it's 3D spatial filtering.