22359: Body Fitting algorithm: grid orientation

Make axes w/o geometry larger than the trihedron
This commit is contained in:
eap 2014-02-05 09:14:42 +00:00
parent 74a891c6f3
commit 60a4f927ca

View File

@ -916,7 +916,7 @@ QFrame* StdMeshersGUI_CartesianParamCreator::buildFrame()
} }
// Show axes // Show axes
myAxesLen = 1; myAxesLen = 120; // default trihedron size is 100
myOrigin[0] = myOrigin[1] = myOrigin[2] = 0.; myOrigin[0] = myOrigin[1] = myOrigin[2] = 0.;
TopoDS_Shape shape; TopoDS_Shape shape;
QString shapeEntry = getMainShapeEntry(); QString shapeEntry = getMainShapeEntry();