Best Of
-
Re: Activate/deactivate boundary conditions through scripting
Update - I figured it out myself :) my_disp.SetComponentActivateAtLoadStep("Z",1,False)1 -
Activate/deactivate boundary conditions through scripting
Using ACT, how can I define a displacement boundary condition through tabular data values and activate/deactivate this boundary condition for one step?1 -
Re: How to perform Blend with Guide Curves in PyAnsys Geometry?
Hello @Hiroki , Unfortunately, currently the only methods available for creating solid body rom sketches are extrude and sweep. As an alternative, there is a method to create a surface body by connec…1 -
Re: How to assign a property provider to a Pyhton Result?
Hello everyone, I just wanted to show that I found the solution on how to provide the string for the property provider: You simply use .PropertyProviderText and behind it you can give it any string. …1 -
STK 4.2: Associated records returned from `bulk_fetch_associated_records` have the wrong `.table`
I am working on a script that bulk fetches associated records, and later on I attempt to use the table property from one of those associated records for something else, but I've realized that the tab…1 -
Re: Getting started with DPF in Mechanical
Hi @Pernelle Marone-Hitz, hi @SimonH, yes this is an issue which I just fixed in the version under development. The operator has been moved to the "Ans.Dpf.Documentation" plugin in DPF 25R2…1 -
Re: Convert PlotData of User Defined Result to a DPF field and plot it
Hi @Pernelle Marone-Hitz, hi @Josselin GUEDON, I think you might find the utility incremental operators useful. You should be able to connect the first input multiple times and the operator will perf…1 -
Re: PyAnsys - How can I figure out which AWB version was used to solve a .wbpj file?
if you open a .wbpj file you will find that is basically an xml file in the following keywords of the xml file you can find the version in which the file was the last time modified: <Project Versi…1 -
Re: Get Node Ids for a face index on a particular element ID
from Ansys.ACT.Common.Mesh import ElementFaceWrapper mesh = ExtAPI.DataModel.MeshDataByName("Global") ''' Get Node Ids for element face index 2 on Element ID 936 ''' e_face = ElementFaceWra…1 -
Re: What are the methods to retrieve geo bodies and tree bodies?
To retrieve geo bodies, one can use the GeoData: myIds = ExtAPI.SelectionManager.CurrentSelection.IdsgeoBody = ExtAPI.DataModel.GeoData.GeoEntityById(myIds[0]) To retrieve tree bodies, one can either…1


