mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-12 17:50: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,
|
\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
|
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,
|
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.
|
\n <b>Arguments:</b> Name + Coordinates of origin, X axis direction, Y axis direction.
|
||||||
|
|
||||||
\image html neo-localcs1.png
|
\image html neo-localcs1.png
|
||||||
|
@ -413,10 +413,10 @@ void MeasureGUI_FastCheckIntersectionsDlg::SetEditCurrentArgument()
|
|||||||
// function : OnGaps()
|
// function : OnGaps()
|
||||||
// purpose :
|
// purpose :
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool cheked)
|
void MeasureGUI_FastCheckIntersectionsDlg::OnGaps(bool checked)
|
||||||
{
|
{
|
||||||
clear();
|
clear();
|
||||||
myTolerance->setEnabled(cheked);
|
myTolerance->setEnabled(checked);
|
||||||
}
|
}
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// function : SelectionIntoArgument
|
// function : SelectionIntoArgument
|
||||||
|
Loading…
Reference in New Issue
Block a user