We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdf8e8 commit 53d689fCopy full SHA for 53d689f
1 file changed
wrapper/pycc/src/qcc_db/ccPointCloud.cpp
@@ -204,6 +204,7 @@ void define_ccPointCloud(py::module &m)
204
++zs_it;
205
}
206
})
207
+ .def("showNormalsAsLines", &ccPointCloud::showNormalsAsLines, "state"_a)
208
.def("colorize", &ccPointCloud::colorize)
209
.def("crop2D", &ccPointCloud::crop2D, "poly"_a, "orthodDim"_a, "inside"_a = true)
210
.def("colors",
0 commit comments