几何尺寸与公差论坛

 找回密码
 注册
查看: 153|回复: 1

PR 257117 legacy profile of line shows GDT symbol for profile of surface in r

[复制链接]
发表于 2009-3-28 15:23:58 | 显示全部楼层 |阅读模式
legacy profile of line shows GDT symbol for profile of surface in report
<< Don Turcotte  --  09/18/08  09:21:39>>
legacy profile of line shows GDT symbol for profile of surface in report
Steps to reproduce:
Create a legacy profile of line
Display report
Results:
GDT symbol in table header is profile of surface
<<END>>

<< Changes made by Yanhua Huang -- 03/28/09  11:15:20>>
Action:  CMM Group to Yanhua Huang
<<END>>
<< Don Turcotte  --  09/18/08  11:28:42>>
Also fixed in V431, V43B since this is now Stop Release.
Files inserted to server
------------------------
V431\INCLUDE\DIM_PROF.H
V43B\INCLUDE\DIM_PROF.H
<<END>>
<< Changes made by Don Turcotte -- 09/18/08  11:29:07>>
Action:  Don Turcotte to CMM Group, Status:  OPEN to REVIEW
<<END>>
<< Don Turcotte  --  09/18/08  11:08:58>>
Fixed in V44B.  Test program attached.
Files inserted to server
------------------------
V44B\INCLUDE\DIM_PROF.H
<<END>>
<< Changes made by Tim Wernicke -- 09/18/08  09:35:32>>
Priority:  to Stop Rel.
<<END>>
 楼主| 发表于 2009-3-28 15:24:47 | 显示全部楼层

回复: PR 257117 legacy profile of line shows GDT symbol for profile of surfac

virtual int get_gdtsym()
  {
    // return (TCHAR)GDTSYM_PROFILE; -->(TCHAR)0x2305
    // PR257117 - use different symbol for surface or line profile
    if( type() == DIMENSION_PROFILE_SURFACE )
      return GDTSYM_PROFILE__T;         // rk 040703
    else // DIMENSION_PROFILE_LINE:
      return GDTSYM_PROFILE_LINE__T;
  }
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-12-22 17:58 , Processed in 0.193167 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

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