Replies: 1 comment
-
Do you have a code snipped you can share? /jvela018 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to create an arc using create_line in the Modeler3DLayout class with PyAEDT? It seems that it should be possible because the Line3DLayout class has the function center_line which says it "gets the center line points and arc height". I even saw that if I create an arc line object in HFSS 3D Layout directly and then find that object in PyAEDT and call the center_line function on it I can see the 'ArcHeight 0-1' property. However I can't seem to create a line in PyAEDT using the create_line function that has the 'ArcHeight 0-1' property. Does anyone know a way to do this, or can it be added? Thanks
Mark
Beta Was this translation helpful? Give feedback.
All reactions