Reconnect in draft tree bug

Proposals and Suggestions for new features in TopSolid.

Moderators: remi77, jacs, Daniel

Beco
Private First Class
Private First Class
Posts: 10
Joined: Mon Jul 02, 2007 11:50 am
Location: Yambol, Bulgaria
Contact:

Reconnect in draft tree bug

Unread post by Beco »

Hi,
"reconnect" from tree in draft do not works.
It is available for some elements (axes, offset contour,segment)

I already have fix for this problem, this is a part of code in file
C:\Missler\V68\d\refx\l\tree_modify.lip

Code: Select all

.
.
.
LABEL	drawing
.
.
"$DFT_DRAWING" DWnamtolab drawing!
drawing? =L0 If
    face? 1 = If
    	ques? ":" +S "E(ng(G3_SH)t(face,edge)r(lab,plab,pid))" Ask Drop fid! plabel! label!
    Else 
    	ques? ":" +S "E(ng(G3_SH)t(edge,face)r(lab,plab,pid))" Ask Drop fid! plabel! label!
    Then
Else
    ques? ":" +S "E(ng(G3_CV)t(segment,curve)r(lab,plab,pid))" Ask Drop fid! plabel! label!
Then
.
.
.
Note: I have a bakup of original files, to avoid difficulties with future updates.
; )
Post Reply