Skip to content

Machine Controller method parameter clarification #120

Answered by Brunner246
jetwatki asked this question in Q&A
Discussion options

You must be logged in to vote

This is at the moment not well documented/implemented. But you find the needed answers in CwAPI3DTypes.h
There are the required enums available.

  enum weinmannMfbVersion
  {
    wup_2_0 = 20,
    wup_3_1 = 31,
    wup_3_2 = 32,
    wup_3_3 = 33,
    wup_3_4 = 34
  };

or in python https://docs.cadwork.com/projects/cwapi3dpython/en/latest/documentation/enums/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jetwatki
Comment options

Answer selected by jetwatki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants