MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / doActionExportNormalToSF

Method doActionExportNormalToSF

qCC/mainwindow.cpp:4469–4478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4467}
4468
4469void MainWindow::doActionExportNormalToSF()
4470{
4471 if (!ccEntityAction::exportNormalToSF(m_selectedEntities, this))
4472 {
4473 return;
4474 }
4475
4476 refreshAll();
4477 updateUI();
4478}
4479
4480void MainWindow::doActionSetSFsAsNormal()
4481{

Callers

nothing calls this directly

Calls 1

exportNormalToSFFunction · 0.85

Tested by

no test coverage detected