查看单个帖子
旧 2007-09-04, 01:08 PM   #3
huangyhg
超级版主
 
huangyhg的头像
 
注册日期: 04-03
帖子: 18592
精华: 36
现金: 249466 标准币
资产: 1080358888 标准币
huangyhg 向着好的方向发展
默认 回复: 1-354247171 - Automating cylinder creation in SW API

Hello Daniel,

Make sure to destroy all the object created inside the loop before you
go to process the next. As an example in VB:

Set swFeature = Nothing
Set swSketch = Nothing etc.

This will help in releasing the memory.

Also you can use DoEvents function. Use this in between the major
operation like Opendoc, ForceRebuild, Or Save etc.(Please refer to the
DoEvents in MSDN for better understanding)

I hope this helps.

Regards,
Pabitra
__________________
借用达朗贝尔的名言:前进吧,你会得到信心!
[url="http://www.dimcax.com"]几何尺寸与公差标准[/url]
huangyhg离线中   回复时引用此帖