| Author |
Message |
dd
Guest
|
Posted:
Thu Apr 22, 2004 2:54 pm Post subject:
dmsg key-ins |
|
|
hi!!
####
attach reference X:\abcd.dgn
DMSG ACTION OKAY ????
####
this is a matter of script file, and it doesn't work.
how can I use dmsg commands?
why this scriptfile doesn't work?
daniel
|
|
| Back to top |
|
 |
Inga Morozoff [Bentley]
Guest
|
Posted:
Thu Apr 22, 2004 5:36 pm Post subject:
Re: dmsg key-ins |
|
|
Hi Daniel,
What are you trying to do? Just attach a reference file via a keyin? If
so, try this:
RF=[filename],[logicalname],[description];[reset for coincident attachment]
For example, to attach "border.dgn" using the logical name "bor" you can use
the following keyin. rf=border.dgn,bor;reset
Another example is to use a configuration variable to specifiy the location
of the file:
rf=ms_refdir:border.dgn,bor;reset
Note: For MicroStation V8, you need at least five arguments to the RF=
command to keep it from asking you for more information.
RF=[file_name],[model], [logical_name], [description], [saved_view]
You can use * for coincident and # for coincident world.
So, to attach "border.dgn" coincidentaly using the logical "bor" the keyin
would be:
RF=border.dgn,,bor,,*
Hope this helps, by the way...you may also find Bentley's discussion groups
of assistance.These groups are an excellent technical resource for all users
of Bentley products and
services. Hope to see you there! For more information take a peek at this
page:
http://discussion.bentley.com
--
Best Regards,
Inga Morozoff [Bentley]
www.askinga.com
"dd" <szubryt@autograf.pl> wrote in message
news:c688f9$s3r$1@nemesis.news.tpi.pl...
| Quote: | hi!!
####
attach reference X:\abcd.dgn
DMSG ACTION OKAY ????
####
this is a matter of script file, and it doesn't work.
how can I use dmsg commands?
why this scriptfile doesn't work?
daniel
|
|
|
| Back to top |
|
 |
Thomas Voghera
Guest
|
Posted:
Fri Apr 23, 2004 1:42 am Post subject:
Re: dmsg key-ins |
|
|
Attach coincident?
If so, select the files in your file handler and drag and drop them to the
reference dialog. Perhaps not all 400 in one go, but ...
fit all
place fence
copy
dp, and wait
Or is there a catch?
--
regards / Thomas Voghera
"dd" <dann@gazeta.pl> wrote in message
news:c69838$j84$1@nemesis.news.tpi.pl...
| Quote: |
Uzytkownik "Inga Morozoff [Bentley]" <Inga.Morozoff@NOSPAMbentley.com
napisal w wiadomosci news:uTPhc.3264$mP2.502@edtnps89...
Hi Daniel,
What are you trying to do? Just attach a reference file
I would like to attach file and copy it into master file, and i'd llike to
do it for about 400 files.
######
newfile x:\$f.dgn
attach reference x:\ref\$f.dgn
.......
#########
I can generate script file (under DOS) for all files.
The problem is the dialog box where i have to press OK button.
I need key-in which help mi to avoid OK.
thx
Daniel
|
|
|
| Back to top |
|
 |
dd
Guest
|
Posted:
Fri Apr 23, 2004 9:09 am Post subject:
Re: dmsg key-ins |
|
|
"Thomas Voghera" <thomas.voghera@XYZtelia.com> wrote in message
news:I_Whc.56943$mU6.234423@newsb.telia.net...
| Quote: | Attach coincident?
If so, select the files in your file handler and drag and drop them to the
reference dialog. Perhaps not all 400 in one go, but ...
fit all
place fence
copy
dp, and wait
Or is there a catch?
--
regards / Thomas Voghera
|
1)I've made mdl apl.
###########
....
mdlRefFile_attachCoincident(param,"\0",NULL,NULL,TRUE,TRUE);
....
#############
2) then in the script
################
.....
newfile W:\tin_1\79\$f.dgn
mdl load refa W:\tin_1\79\refs\$f.dgn
.....
###########
and generate script under dos for all files (dir/b *.dgn >>dgn.txt ;
replace in the script "$f.dgn by the file name)
and it works
thx
daniel |
|
| Back to top |
|
 |
dd
Guest
|
Posted:
Fri Apr 23, 2004 9:15 am Post subject:
Re: dmsg key-ins |
|
|
but I'm still interested in dmsg commands.
how to use them?
daniel |
|
| Back to top |
|
 |
dd
Guest
|
Posted:
Fri Apr 23, 2004 11:39 pm Post subject:
Re: dmsg key-ins |
|
|
Uzytkownik "Inga Morozoff [Bentley]" <Inga.Morozoff@NOSPAMbentley.com>
napisal w wiadomosci news:uTPhc.3264$mP2.502@edtnps89...
| Quote: | Hi Daniel,
What are you trying to do? Just attach a reference file
|
I would like to attach file and copy it into master file, and i'd llike to
do it for about 400 files.
######
newfile x:\$f.dgn
attach reference x:\ref\$f.dgn
........
#########
I can generate script file (under DOS) for all files.
The problem is the dialog box where i have to press OK button.
I need key-in which help mi to avoid OK.
thx
Daniel |
|
| Back to top |
|
 |
|
|
|
|