You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
With the API, it's possible to apply properties as transparency or solve inside to a list of objects.
It will be a gain of time for large design if pyaedt offer this possiblilty also.
Description of the feature
Hello,
With the API, it's possible to apply properties as transparency or solve inside to a list of objects.
It will be a gain of time for large design if pyaedt offer this possiblilty also.
Example, Solve Inside True for Box1 and Box2
oEditor.ChangeProperty(
[
"NAME:AllTabs",
[
"NAME:Geometry3DAttributeTab",
[
"NAME:PropServers",
"Box1",
"Box2"
],
[
"NAME:ChangedProps",
[
"NAME:Solve Inside",
"Value:=" , True
]
]
]
])
Thanks,
Emmanuel
Steps for implementing the feature
No response
Useful links and references
No response
The text was updated successfully, but these errors were encountered: