Skip to content

Commit 53d689f

Browse files
committed
Bind showNormalsAsLines
1 parent dfdf8e8 commit 53d689f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wrapper/pycc/src/qcc_db/ccPointCloud.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ void define_ccPointCloud(py::module &m)
204204
++zs_it;
205205
}
206206
})
207+
.def("showNormalsAsLines", &ccPointCloud::showNormalsAsLines, "state"_a)
207208
.def("colorize", &ccPointCloud::colorize)
208209
.def("crop2D", &ccPointCloud::crop2D, "poly"_a, "orthodDim"_a, "inside"_a = true)
209210
.def("colors",

0 commit comments

Comments
 (0)