open3d.geometry.FilterScope¶
-
class
open3d.geometry.FilterScope¶ Members:
All : All properties (color, normal, vertex position) are filtered.
Color : Only the color values are filtered.
Normal : Only the normal values are filtered.
Vertex : Only the vertex positions are filtered.
-
All= FilterScope.All¶
-
Color= FilterScope.Color¶
-
Normal= FilterScope.Normal¶
-
Vertex= FilterScope.Vertex¶
-