
Tamilvanan
Members-
Content Count
11 -
Joined
-
Last visited
About Tamilvanan
-
Rank
Beginner
Profile Information
-
Country
India
-
Are you University user?
No
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Finding farthest node between 2 groups
Tamilvanan replied to Tamilvanan's topic in HyperWorks Scripts & Customization
How can i do the same in script? -
Bounding box for some elements of solid component
Tamilvanan replied to raj's topic in HyperWorks Scripts & Customization
U need min max nodes co ordinates for creating box which u can get by the following API set min_max [hm_getboundingbox elems 1 0 0 0] -
I want to create a finite database_cross_section_plane in Script. When i tried manually, parameters like LENL, LENM and Edge is getting calculated automatically. I would like to know how the same can be done in script. In script, we have to feed those above mentioned parameter for the cross section to create correctly.
-
I found the solution. Script is already available in HM itself to open the model checker and run the "Un-Tied nodes in Contact Tied" check.
-
In Lsdyna profile, we can run "Untied node check" available under warning section in Model checker. I need to run this particular check in Script itself.
-
Tamilvanan started following tinh
-
How to run model checker in scripts to find untied nodes in a tied contact?