ScaleType/Scale linkage & PropertyEditor

This commit is contained in:
WandererFan
2016-03-06 19:56:03 -05:00
committed by wmayer
parent 8de536c0e1
commit a0117556dc
4 changed files with 30 additions and 42 deletions

View File

@@ -143,6 +143,7 @@ App::DocumentObjectExecReturn *DrawViewPart::execute(void)
}
touch();
return DrawView::execute();
}
@@ -187,11 +188,6 @@ void DrawViewPart::buildGeometryObject(TopoDS_Shape shape)
{
geometryObject->setTolerance(Tolerance.getValue());
geometryObject->setScale(Scale.getValue());
//TODO: need to pass ShowSmoothLines, ShowSeamLines
//geometryObject->extractGeometry(shape,
// Direction.getValue(),
// ShowHiddenLines.getValue(),
// _getValidXDir(this));
geometryObject->initHLR(shape,
Direction.getValue(),
_getValidXDir(this));