| Author |
Message |
redbyrd
Guest
|
Posted:
Sat Aug 21, 2004 1:08 am Post subject:
convert UCM key cmd to UCF config varaible..... |
|
|
I am in the process of eliminating my UCM file and converting it
contents into my UCF. I have successfully translated the following
command.
<from my UCM>
key 'mdl load infosnap'
(to my UCF>
MS_DGNAPPS > C:/Bentley/Program/MicroStation/mdlapps/INFOSNAP.MA
The problem I run into is the Infosnap.ma also loads the Infoglid.ma,
which I do not want loaded...SO
<from my UCM>
key 'mdl unload infoglid'
<to my UCF>
??????????
I also load the CHNGDIM.ma
<from my UCM>
key 'mdl load chngdim'
<to my UCF>
??????????
What can I do in my UCF to produce the same results I got from my UCM?
thanks
redbyrd
|
|
| Back to top |
|
 |
Lorys
Guest
|
Posted:
Sat Aug 28, 2004 8:31 am Post subject:
Re: convert UCM key cmd to UCF config varaible..... |
|
|
redbyrd wrote:
| Quote: | I am in the process of eliminating my UCM file and converting it
contents into my UCF. I have successfully translated the following
command.
from my UCM
key 'mdl load infosnap'
(to my UCF
MS_DGNAPPS > C:/Bentley/Program/MicroStation/mdlapps/INFOSNAP.MA
The problem I run into is the Infosnap.ma also loads the Infoglid.ma,
which I do not want loaded...SO
from my UCM
key 'mdl unload infoglid'
to my UCF
??????????
I also load the CHNGDIM.ma
from my UCM
key 'mdl load chngdim'
to my UCF
??????????
What can I do in my UCF to produce the same results I got from my UCM?
thanks
redbyrd
I'm not sure but why not use the macro recorder and try doing what you |
want with manual key in commands then you can review whats happening in
the macro you created to fine tune it if it still needs it . |
|
| Back to top |
|
 |
Chris Zakrewsky
Guest
|
Posted:
Thu Sep 09, 2004 4:44 pm Post subject:
Re: convert UCM key cmd to UCF config varaible..... |
|
|
Hi,
| Quote: | The problem I run into is the Infosnap.ma also loads the Infoglid.ma,
which I do not want loaded...SO
from my UCM
key 'mdl unload infoglid'
|
This step should not be necessary. InfoGlid is loaded automatically only if it is available,
so removing InfoGlid.ma should be sufficient. InfoSnap does not require this module
to operate correctly (sans functionality covered by InfoGlid of course).
HTH
--
Best regards / Med bästa hälsningar,
/Chris Z.
"redbyrd" <william.rydberg@jacobs.com> wrote in message news:275d097d.0408201308.6dd9a1c1@posting.google.com...
| Quote: | I am in the process of eliminating my UCM file and converting it
contents into my UCF. I have successfully translated the following
command.
from my UCM
key 'mdl load infosnap'
(to my UCF
MS_DGNAPPS > C:/Bentley/Program/MicroStation/mdlapps/INFOSNAP.MA
The problem I run into is the Infosnap.ma also loads the Infoglid.ma,
which I do not want loaded...SO
from my UCM
key 'mdl unload infoglid'
to my UCF
??????????
I also load the CHNGDIM.ma
from my UCM
key 'mdl load chngdim'
to my UCF
??????????
What can I do in my UCF to produce the same results I got from my UCM?
thanks
redbyrd |
|
|
| Back to top |
|
 |
|
|
|
|