Zepmanbc / creopyson

Python library for Creoson (http://www.creoson.com)
MIT License
60 stars 5 forks source link

Mapkey script to input a specific name? #56

Closed yuyaU0507 closed 2 years ago

yuyaU0507 commented 2 years ago

Hi,

I'd like to run a mapkey script that contains a input for a search tool. The script descrives the specification as below:

mapkey(continued) ASM_FRONT;~ Activate selspecdlg0 EvaluateBtn;

Here, the specified name "ASM_FRONT" comes before the tilde of the script. Creopyson documentation sais "the tilda must occur immediately after the semicolon at the end of the previous line", thus the specification may not be included the script.

Could we include the specification in the mapkey script for creopyson?

I'm sorry for asking several questions in a few days, Thanks!

adama2000 commented 2 years ago

Out of curiosity, have you tried running with that script to see if it works?

Adam Andrews

On Tue, Sep 27, 2022 at 9:36 PM yuyaU0507 @.***> wrote:

Hi,

I'd like to run a mapkey script that contains a input for a search tool. The script descrives the specification as below:

mapkey(continued) ASM_FRONT;~ Activate selspecdlg0 EvaluateBtn;

Here, the specified name "ASM_FRONT" comes before the tilde of the script. Creopyson documentation sais "the tilda must occur immediately after the semicolon at the end of the previous line", thus the specification may not be included the script.

Could we include the specification in the mapkey script for creopyson?

I'm sorry for asking several questions in a few days, Thanks!

— Reply to this email directly, view it on GitHub https://github.com/Zepmanbc/creopyson/issues/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANPKPCU72SRBDXBGHHYQSTWAOOI5ANCNFSM6AAAAAAQXJ2L2U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

yuyaU0507 commented 2 years ago

Hello Adam,

Yes, I tried. It worked correctly except name specification. The script contains commands to select a datum plane (using a search tool with a specified name) and perform solidify function for the plane. We had a new solidify feature but the CAD model had no change because the datum plane selection didn't work well.

Zepmanbc commented 2 years ago

Sorry but I don't understand the question