22 if (this->varFileName()->getValue() ==
"")
28 if (this->outPointSet()->getDataPtr() ==
nullptr) {
32 auto filename = this->varFileName()->getData();
34 auto topo = this->outPointSet()->getDataPtr();
36 topo->loadObjFile(filename.string());
37 topo->rotate(this->varRotation()->getData());
38 topo->scale(this->varScale()->getData());
39 topo->translate(this->varLocation()->getData());