几何尺寸与公差论坛

 找回密码
 注册
查看: 3926|回复: 5

wilcox组织结构

[复制链接]
发表于 2013-3-4 22:20:24 | 显示全部楼层 |阅读模式
 楼主| 发表于 2013-4-12 11:30:07 | 显示全部楼层

回复: 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
 楼主| 发表于 2013-4-12 16:45:32 | 显示全部楼层

回复: wilcox组织结构

template<typename T>
typename T::CPCDcommand* SearchParamsT<T>::GetCommandToSearchFrom()
{
  return commandToSearchFrom;
}

  typedef ::CPCDcommand CPCDcommand;
 楼主| 发表于 2013-4-14 19:04:41 | 显示全部楼层

回复: 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的析构函数为基函数,如下所示。
发表于 2013-4-16 22:33:39 | 显示全部楼层

回复: 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);
      }
发表于 2013-4-17 21:35:11 | 显示全部楼层

回复: wilcox组织结构

Changeset:        127591 (e93dee769d40) PCD-26267 : Let's throw the VS2012 switch
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-3-29 20:25 , Processed in 0.038828 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表