Which role is IsOutputPageUserDefinedStepSize, SetOutputPageStepSize, IsUserDefinedStepSize, SetUserDefinedStepSize?Yanhua,
This was originally used to allow the user to set the “step size” used by the flatness per unit area analysis algorithm. This is no longer used since the “step size” is now handled automatically by the flatness per unit analysis algorithm.
Regards,
Don
From: Yanhua HUANG
Sent: Wednesday, February 20, 2008 3:19 AM
To: Don Turcotte
Subject: Which role is IsOutputPageUserDefinedStepSize, SetOutputPageStepSize, IsUserDefinedStepSize, SetUserDefinedStepSize?
Don,
Which role is IsOutputPageUserDefinedStepSize, SetOutputPageStepSize, IsUserDefinedStepSize, SetUserDefinedStepSize?
m_pFCF->SetLine3PerUnitLengthStr(in_text);
// PR242349
if( !IsOutputPageUserDefinedStepSize() )
{
tmp_dbl = _ttof(in_text) * 0.5;
tmp_dbl /= dUnitsConversion;
tmp_str = dblstr(m_pPartProgram, tmp_dbl, _T("%lf"), TRUE);
m_pFCF->SetLine3PerUnitStepSizeStr(tmp_str);
SetOutputPageStepSize(TRUE);
}
BOOL IsUserDefinedStepSize() // PR242349
{
return m_bUserDefinedStepSize;
}
void SetUserDefinedStepSize(BOOL bState) // PR242349
{
m_bUserDefinedStepSize = bState;
}
Yanhua Huang yanhua.huang@hexagonmetrology.com |