几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   PC-DMIS (http://www.dimcax.com/hust/forumdisplay.php?f=52)
-   -   wilcox组织结构 (http://www.dimcax.com/hust/showthread.php?t=33635)

huangyhg 2013-03-04 10:20 PM

wilcox组织结构
 
【隐藏帖】

huangyhg 2013-04-12 11:30 AM

回复: 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

huangyhg 2013-04-12 04:45 PM

回复: wilcox组织结构
 
template<typename T>
typename T::CPCDcommand* SearchParamsT<T>::GetCommandToSearchFrom()
{
return commandToSearchFrom;
}

typedef ::CPCDcommand CPCDcommand;

huangyhg 2013-04-14 07:04 PM

回复: 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的析构函数为基函数,如下所示。

yogy 2013-04-16 10:33 PM

回复: 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);
}

yogy 2013-04-17 09:35 PM

回复: wilcox组织结构
 
Changeset: 127591 (e93dee769d40) PCD-26267 : Let's throw the VS2012 switch


所有的时间均为北京时间。 现在的时间是 08:53 AM.