We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used adaptive template. I modified coil region. Though The result is calculated by copper, the coil region is displayed as air in the geometry view.
Modify the coil region by
NAR = mcApp.get_region("ArmatureSlotR1") NAR.entities.clear()
NAR.material = "Copper(Pure)" NAR.duplications = number_loop
and make points and line. then add entity to the model
Windows
Motor-CAD 24R1.3 PyMotorCAD version: 0.4.3
3.9
No package I used Motor-CAD scripting tab
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔍 Before submitting the issue
🐞 Description of the bug
I used adaptive template. I modified coil region.
Though The result is calculated by copper, the coil region is displayed as air in the geometry view.
📝 Steps to reproduce
Modify the coil region by
Define new Armature region
NAR = mcApp.get_region("ArmatureSlotR1")
NAR.entities.clear()
NAR.name = NAR_name
NAR.material = "Copper(Pure)"
NAR.duplications = number_loop
and make points and line. then add entity to the model
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Motor-CAD 24R1.3
PyMotorCAD version: 0.4.3
🐍 Which Python version are you using?
3.9
📦 Installed packages
The text was updated successfully, but these errors were encountered: