mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-14 22:10:37 +05:00
22359: Body Fitting algorithm: grid orientation
Make axes w/o geometry larger than the trihedron
This commit is contained in:
parent
74a891c6f3
commit
60a4f927ca
@ -916,7 +916,7 @@ QFrame* StdMeshersGUI_CartesianParamCreator::buildFrame()
|
||||
}
|
||||
|
||||
// Show axes
|
||||
myAxesLen = 1;
|
||||
myAxesLen = 120; // default trihedron size is 100
|
||||
myOrigin[0] = myOrigin[1] = myOrigin[2] = 0.;
|
||||
TopoDS_Shape shape;
|
||||
QString shapeEntry = getMainShapeEntry();
|
||||
|
Loading…
Reference in New Issue
Block a user