|
[Sponsors] |
May 28, 2020, 01:49 |
Isolate Washer
|
#1 |
New Member
shubham
Join Date: Apr 2020
Posts: 7
Rep Power: 6 |
I am trying to isolate the washers, with this script but it is not working,
def main(): washer_shells = mesh.IsolateWashers(0) base.Or(washer_shells) container = base.CreateEntity(deck, "HIGHLIGHT_CONTAINER") if base.AddToHighlight(container, washer_shells, "RED"): base.RedrawAll() and also which function is used for creating RBE2 element |
|
July 10, 2020, 01:50 |
|
#2 |
New Member
shubham
Join Date: Apr 2020
Posts: 7
Rep Power: 6 |
I am trying to isolate washer using this function
washer_shells = mesh.IsolateWashers(0) print(washer_shells) it gives me None output. what could be the problem?? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] How to isolate geometric elements in a solution file? | Jasfss | ParaView | 0 | January 17, 2017 11:14 |
openfoam-1.6-ext on Ubuntu 10.10 Maverick | rassilon | OpenFOAM Installation | 52 | February 6, 2013 18:30 |