Skip to content

Commit 36cdcd8

Browse files
committed
Signature update (ccPointCloud)
1 parent 4964c5d commit 36cdcd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wrapper/pycc/src/qcc_db/ccPointCloud.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ void define_ccPointCloud(py::module &m)
192192
.def("computeNormalsWithGrids",
193193
&ccPointCloud::computeNormalsWithGrids,
194194
"minTriangleAngle_deg"_a = 1.0,
195-
"pDlg"_a = nullptr)
195+
"pDlg"_a = nullptr,
196+
"preferredOrientation"_a = ccNormalVectors::Orientation::UNDEFINED)
196197
.def("orientNormalsTowardViewPoint",
197198
&ccPointCloud::orientNormalsTowardViewPoint,
198199
"VP"_a,

0 commit comments

Comments
 (0)