Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Do any friends use QA macro?

    ZW3D
    1
    1
    161
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ZW3D_liangfen
      ZW3D_liangfen last edited by

      Hello, everyone. I met a problem. I want to use it
      Macro colors the components in the assembly, but my operation doesn’t seem to respond. Do you have a good way?
      ===========================
      MACRO main
      A=2
      ######### :joy:##################
      Color_RGB=0,122,255
      ######### :joy:##################

      [vxSendEvt,"UiAssemblyManager",110,A,14,8]
      [vxSendEvt,"UiAssemblyManager",110,A,2,8]
      
      [vxSend,"~AsmCall(face_at)"]
      [vxInitCmd,CdVFaceAt,]
      
      
      [Print,Color_RGB[0]]
      [Print,Color_RGB[1]]
      [Print,Color_RGB[2]]
          ######### :#################
      [vxSendEvtOpt,10,0,1,6,"Color_RGB[0],Color_RGB[1],Color_RGB[2]"]  # 
          ######### :############
      [vxSendEvtOpt,-1,0,1,2] # Ok

      ENDMACRO
      ===========================
      [vxSendEvtOpt,10,0,1,6,“255:255:255”] #

      “255:255:255” have you tried to use variables here?

      ZW3D 2011~ZW3D 2023
      1 Reply Last reply Reply Quote
      • First post
        Last post