Skip to content

Equation based surface creation using PyAEDT #5079

Closed Answered by Samuelopez-ansys
Abhi-SimuTech asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Abhi-SimuTech ,

You can use the native equation based surface:

https://aedt.docs.pyansys.com/version/stable/API/_autosummary/ansys.aedt.core.modeler.modeler_3d.Modeler3D.create_equationbased_surface.html

It has an example.

But, if you find limitations on the implemented AEDT modeler, you will have the same limitations here because the PyAEDT method is using it.

If you need more complex surfaces, then as you said, you can create it in SpaceClaim, and then import the SpaceClaim geometry using this method:
https://aedt.docs.pyansys.com/version/stable/API/_autosummary/ansys.aedt.core.modeler.modeler_3d.Modeler3D.import_spaceclaim_document.html

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Samuelopez-ansys
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