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: 0>¶
-
Color
= <FilterScope.Color: 1>¶
-
Normal
= <FilterScope.Normal: 2>¶
-
Vertex
= <FilterScope.Vertex: 3>¶
-
property
value
¶
-