ileaf
[email protected]
ILEAF
*link a cabinet to a real vax directory:
Create a cabinet,
Select cabinet & pick from menu
Copy->link to-> Original object
PASTE
Deselect previous cabinet & select new cabinet,
pick Props
This properties page will contain a text field for a directory
Fill out dir, Apply & Close.
*converting ileaf to other formats:
MAKE SURE YOU HAVE THE LSP FILES:
Directory EBWR1:[BENNETTP.IWS5DESKTOP.SYSTEM5_CAB.CUSTOM_CAB.PROFILE_DRW]
IDS-ARD.LSP;1 IDS-DSS.LSP;1 IDS-HRD.LSP;1
Total of 3 files.
Directory EBWR1:[BENNETTP.IWS5DESKTOP.SYSTEM5_CAB.CUSTOM_CAB.SELECTION_CAB.MISC_DRW.FILTER_FDR]
ASCII_TO_INTERLEAF.LSP;3 CHANGE_TO_ASCII.LSP;2
WP51_TO_INTERLEAF.LSP;3
Total of 3 files.
select custom -> misc -> filter -> change_to_ascii
ILEAF
*ILEAF DIF
with middle key:
custom
tools
IDS
ids_toolset
compare
enter [path]first_file
[path]second_file
[path]output_file
execute
DSS comments
Directional angles (N,S,E,W - which is what you fly by) go clockwise,
but SAF angles (radians) mathematically go counter-clockwise. So, for any angle
calculations, the code has to be the negative of what the DSS says..
So, A - B in the DSS converts to -A + B or as an equivalent B - A..
Just for more information, directional angles also start with 0 degrees pointing
straight up or north but mathematical angles normally start on the right ( or
what would be 90 degrees directional)..
Directional Angles:
N(0)
|
|
(270)W---------E(90)
|
|
S(180)
Mathematical Angles
90
|
|
180/-180------- 0
|
|
-90/270
Mathematical Radians
.5
|
|
1/-1------- 0
|
|
-.5
back