wilcox组织结构
【隐藏帖】
|
回复: wilcox组织结构
1. PR# 279304 support runout with conical tolerance zone when the considered feature is circle on cone
2. PCD-5093 could not set tolerance zone of the considered feature for FCF using automation 3. PR# 280586 Profile Line Dimension doesn't work correctly - get the correct tau index and tau PCD-18411 Unequal tolerance for surface profile should not require a datum |
回复: wilcox组织结构
template<typename T>
typename T::CPCDcommand* SearchParamsT<T>::GetCommandToSearchFrom() { return commandToSearchFrom; } typedef ::CPCDcommand CPCDcommand; |
回复: wilcox组织结构
C++ dynamic_cast小心得
http://blog.csdn.net/segen_jaa/article/details/7720810 编译时报错:error C2683: 'dynamic_cast' : 'StBaseInfo' is not a polymorphic type。 原因在于StBaseInfo这个基类没有提供虚函数,要使用dynamic_cast下行转化虚函数是必须的。 我们修改StBaseInfo的析构函数为基函数,如下所示。 |
回复: wilcox组织结构
try
{ pFeature->gp( type_of_point, theo_or_meas, PART, align, point, workpl ); } catch( CException* ex ) { TCHAR szCause[255]; ex->GetErrorMessage(szCause, 255); CString strErrorMessage; strErrorMessage.Format( _T("Location::GetPinDiamenter : (%ld) of (%ld) exception <%s>\n"), type_of_point, pFeature->feature(), szCause ); debug.Send(strErrorMessage); } |
回复: wilcox组织结构
Changeset: 127591 (e93dee769d40) PCD-26267 : Let's throw the VS2012 switch
|
所有的时间均为北京时间。 现在的时间是 08:53 AM. |