Skip to content
New issue

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

Adaptive template display issue: Cooper is displayed as Air or Fluid #309

Open
2 tasks done
ShinsukeOkayasu opened this issue May 28, 2024 · 0 comments
Open
2 tasks done
Labels
bug Something isn't working

Comments

@ShinsukeOkayasu
Copy link

ShinsukeOkayasu commented May 28, 2024

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 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

No package
I used Motor-CAD scripting tab
@ShinsukeOkayasu ShinsukeOkayasu added the bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant