mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 17:00:35 +05:00
Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/16816690
This commit is contained in:
parent
8f00089bdf
commit
8374f01623
@ -9,7 +9,7 @@ To create a <b>Local Coordinate System</b> in the <b>Main Menu</b> select <b>New
|
||||
\n <b>TUI command:</b> <em>geompy.MakeMarker(OX, OY, OZ, XDX, XDY, XDZ,
|
||||
YDX, YDY, YDZ)</em>, where OX, OY, OZ are coordinates of the origin of
|
||||
LCS, XDX, XDY, XDZ is a vector of OX direction of the LCS and YDX,
|
||||
YDY, YDZ is a a vector of OY direction of the LCS.
|
||||
YDY, YDZ is a vector of OY direction of the LCS.
|
||||
\n <b>Arguments:</b> Name + Coordinates of origin, X axis direction, Y axis direction.
|
||||
|
||||
\image html neo-localcs1.png
|
||||
|
@ -413,10 +413,10 @@ void MeasureGUI_FastCheckIntersectionsDlg::SetEditCurrentArgument()
|
||||
// function : OnGaps()
|
||||
// purpose :
|
||||
//=================================================================================
|
||||
void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool cheked)
|
||||
void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool checked)
|
||||
{
|
||||
clear();
|
||||
myTolerance->setEnabled(cheked);
|
||||
myTolerance->setEnabled(checked);
|
||||
}
|
||||
//=================================================================================
|
||||
// function : SelectionIntoArgument
|
||||
|
Loading…
Reference in New Issue
Block a user