几何尺寸与公差论坛

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

PR 243691 PC-DMIS crashes trying to draw tri-hedron for double segment profil

[复制链接]
发表于 2008-8-4 12:48:21 | 显示全部楼层 |阅读模式
PC-DMIS crashes trying to draw tri-hedron for double segment profile fcf
<< Don Turcotte  --  10/03/06  16:51:50>>
Create an upper/lower segment profile fcf and PC-DMIS crashes trying to draw tri-hedron.  This is a result of changes made by PR242303 to draw the tri-hedron for profile fcf.
<<END>>
<< Changes made by Neil Kay -- 07/23/08  16:32:51>>
Action:  Paola Pallo to Yanhua Huang
<<END>>
<< Changes made by Neil Kay -- 07/23/08  09:55:58>>
Action:  David Petrizze to Paola Pallo
<<END>>
<< Don Turcotte  --  10/11/06  14:50:16>>
Merged into V42R.
Files inserted to server
------------------------
V42R\DIMENS\DIM_ANGU.CPP
V42R\DIMENS\DIM_COAX.CPP
V42R\DIMENS\DIM_CONC.CPP
V42R\DIMENS\DIM_PARA.CPP
V42R\DIMENS\DIM_PERP.CPP
V42R\DIMENS\DIM_PROF.CPP
V42R\DIMENS\DIM_RUNO.CPP
<<END>>
<< Changes made by Don Turcotte -- 10/11/06  14:50:27>>
Action:  Don Turcotte to David Petrizze, Status:  OPEN to REVIEW
<<END>>
<< Tim Wernicke  --  10/11/06  08:47:44>>
Please go ahead with V42R Don.  Thanks.
<<END>>
<< Changes made by Tim Wernicke -- 10/11/06  08:47:49>>
Action:  David Petrizze to Don Turcotte, Status:  REVIEW to OPEN, Priority:  Critical to Stop Rel.
<<END>>
<< Don Turcotte  --  10/03/06  17:37:25>>
Fixed in V41B, V42, V43B.  These are the only affected versions since PR242303 was applied only to these versions.  If PR242303 is merged to V41R or V42R, then the changes for PR243691 must be merged also.
Files inserted to server
------------------------
V41B\DIMENS\DIM_ANGU.CPP
V41B\DIMENS\DIM_COAX.CPP
V41B\DIMENS\DIM_CONC.CPP
V41B\DIMENS\DIM_PARA.CPP
V41B\DIMENS\DIM_PERP.CPP
V41B\DIMENS\DIM_PROF.CPP
V41B\DIMENS\DIM_RUNO.CPP
V42\DIMENS\DIM_ANGU.CPP
V42\DIMENS\DIM_COAX.CPP
V42\DIMENS\DIM_CONC.CPP
V42\DIMENS\DIM_PARA.CPP
V42\DIMENS\DIM_PERP.CPP
V42\DIMENS\DIM_PROF.CPP
V42\DIMENS\DIM_RUNO.CPP
V43B\DIMENS\DIM_ANGU.CPP
V43B\DIMENS\DIM_COAX.CPP
V43B\DIMENS\DIM_CONC.CPP
V43B\DIMENS\DIM_PARA.CPP
V43B\DIMENS\DIM_PERP.CPP
V43B\DIMENS\DIM_PROF.CPP
V43B\DIMENS\DIM_RUNO.CPP

<<END>>
<< Changes made by Don Turcotte -- 10/03/06  17:37:41>>
Action:  Don Turcotte to David Petrizze, Status:  OPEN to REVIEW
<<END>>
 楼主| 发表于 2008-8-4 12:58:55 | 显示全部楼层

回复: PR 243691 PC-DMIS crashes trying to draw tri-hedron for double segment

CPCDdim_profile::~CPCDdim_profile()

{

DeleteTolerances(); // T102651

delete_align(m_pAlign);

// PR243691 - If we have an FCF pointer, check to see if we are deleting the drf attached to the fcf.

if( m_pFCF )

{

if( m_pDrf == ((CPCDFeatCtrlFrm*)m_pFCF)->GetDRF() )

((CPCDFeatCtrlFrm*)m_pFCF)->SetDRF(NULL);

}

if( m_pDrf )

deletem_pDrf;

}

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-12-23 04:53 , Processed in 0.037003 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

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