PDA

View Full Version : Activating the direction 3d dialog


bdining
06-26-2003, 02:06 PM
What is the command sequence to activate the direction 3d dialog on a button click?

dorothea
06-26-2003, 09:48 PM
Hi,

Do you want to get the dialog interactivly or programmatically?

programmatically:
in sd-defdialog define a variable and specify the value-type to measure-direction

...
:variables
'((MY_DIRECTION
:value-type :measure-direction
...

Any more informaton you'll get from the integration kit documentation.

interactivly:
press the measure direction button in the measure menu.

Hope this helps,
Dorothea

bdining
07-15-2003, 05:34 AM
This was exactly what I was looking for.


Thank You