MagFactor2 in the Python wrapper #2325
-
|
Hello! I wanted to use the MagFactor2 class in my Python code to determine the magnetic field direction in a local coordinate system, but I was surprised to discover that this class isn't provided in the Python wrapper. Is there a good reason for this, or can I try modifying the wrapper to add this class? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You can try wrapping it and post an issue if you have any problem, thanks :) |
Beta Was this translation helpful? Give feedback.
-
|
PR welcome! Recent AIs do a good job of wrapping as long as you tell them “This is not SWIG, infer syntax/usage from rest of the .i file”. |
Beta Was this translation helpful? Give feedback.
PR welcome! Recent AIs do a good job of wrapping as long as you tell them “This is not SWIG, infer syntax/usage from rest of the .i file”.