Rename properties to fit PropertyEditor window
This commit is contained in:
committed by
Yorik van Havre
parent
c8f4de5fbc
commit
6b4352f79f
@@ -109,8 +109,8 @@ void GeometryObject::setScale(double value)
|
||||
const std::vector<BaseGeom *> GeometryObject::getVisibleFaceEdges() const
|
||||
{
|
||||
std::vector<BaseGeom *> result;
|
||||
bool smoothOK = m_parent->ShowSmoothLines.getValue();
|
||||
bool seamOK = m_parent->ShowSeamLines.getValue();
|
||||
bool smoothOK = m_parent->SmoothVisible.getValue();
|
||||
bool seamOK = m_parent->SeamVisible.getValue();
|
||||
for (auto& e:edgeGeom) {
|
||||
if (e->visible) {
|
||||
switch (e->classOfEdge) {
|
||||
|
||||
Reference in New Issue
Block a user