CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Mesh Generation & Pre-Processing Software > ANSA

Isolate Washer

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 28, 2020, 00:49
Default Isolate Washer
  #1
New Member
 
shubham
Join Date: Apr 2020
Posts: 7
Rep Power: 6
shubham04 is on a distinguished road
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
shubham04 is offline   Reply With Quote

Old   July 10, 2020, 00:50
Default
  #2
New Member
 
shubham
Join Date: Apr 2020
Posts: 7
Rep Power: 6
shubham04 is on a distinguished road
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??
shubham04 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 10:14
openfoam-1.6-ext on Ubuntu 10.10 Maverick rassilon OpenFOAM Installation 52 February 6, 2013 17:30


All times are GMT -4. The time now is 14:02.