
sandeepballiwar
Members-
Content Count
24 -
Joined
-
Last visited
-
Days Won
2
sandeepballiwar last won the day on February 15
sandeepballiwar had the most liked content!
About sandeepballiwar
-
Rank
Beginner
Contact Methods
-
Yahoo
sandeep.balliwar@gmail.com
Profile Information
-
Gender
Male
-
Country
Korea, South
-
Are you University user?
No
Recent Profile Visitors
-
Rahul R liked a post in a topic: Get count of materials
-
You can use the following command to get total count of materials in model hm_count materials all 0 0
-
Livil Lyle liked a post in a topic: Get elements attached to a given node - Hyperview
-
surface edge id
sandeepballiwar replied to Chidananda G's topic in HyperWorks Scripts & Customization
Any type of editing on surfaces will result in change of id's I had the same problem, at that time i created metadata and proceeded with that info instead of following edge id's. You can try using the following api's *metadatamarkremove, *metadatamarkstring and hm_metadata -
how to create component with TCL command
sandeepballiwar replied to CLHg's topic in HyperWorks Scripts & Customization
Yes, it is very much possible. You need to use for or foreach loop and *collectorcreateonly api -
MEIYARASU19 liked a post in a topic: Script for Delete Empty
-
Livil Lyle liked a post in a topic: Script for Delete Empty
-
sandeepballiwar liked a post in a topic: find parent component collector
-
Will tell the logic, try to do yourself and let us know if you still need help. EntityPreviewEmpty will check the empty assemblies in your model. Use this API and while loop to check and delete the empty assemblies use deletemark to delete the entities. Check this to understand how while loop works https://www.tutorialspoint.com/tcl-tk/tcl_while_loop.htm
-
GAJENDRA KUMAR NHAICHANIYA liked a post in a topic: Why the result show "Failed to attached result" in RADIOSS
-
brahmadev liked a post in a topic: Find the edges of hole
-
Why the result show "Failed to attached result" in RADIOSS
sandeepballiwar replied to Sukwasa's topic in Altair HyperMesh
When you are loading the solver deck in hyperview, uncheck the load result. .rad is a solver input which doesn't contain any results that is the reason you are getting that error. -
Bachelor22 liked a post in a topic: Changing the ID
-
Get dependent node of RBE3 elements
sandeepballiwar replied to sanket_patil's topic in HyperWorks Scripts & Customization
hm_getvalue element id=1 dataname=dependentnode -
sandeepballiwar started following Livil Lyle
-
below code should work. # Erstellen des Materials *createentity mats cardimage=MAT1 name=material1; set matid [hm_latestentityid mats] *setvalue mats id=$matid name="$field1"; #E Value *setvalue mats id=$matid STATUS=1 1=$field2 *setvalue mats id=$matid STATUS=1 3=0.3 *setvalue mats id=$matid STATUS=1 4=7.85e-009 *createmark materials 1 "$field1" *renumbersolverid materials 1 $field1 1 0 0 0 0 0 *createentity props cardimage=PSHELL name=property1; set propid [hm_latestentityid props] *setvalue props id=$propid name=$field1 *createmark properties 1 "$field1" *renumbersolverid properties 1 $field1 1 0 0 0 0 0 *setvalue props id=$propid materialid={mats $field1} # Zuweisen zum Element mit der ID *createentity comps name=component1; set compsid [hm_latestentityid comps] *setvalue comps id=$compsid name="$field1" *setvalue comps id=$compsid id={comps $field1} *setvalue comps id=$field1 propertyid=$propid
-
Get Independent Nodes of Rigidlink
sandeepballiwar replied to sanket_patil's topic in HyperWorks Scripts & Customization
hm_getvalue element id=123 dataname=independentnode -
Livil Lyle liked a post in a topic: Checking Whether all nodes in model having "TEMPERATURE" load or not
-
Vikas Kumar liked a post in a topic: Checking Whether all nodes in model having "TEMPERATURE" load or not
-
tinh liked a post in a topic: Checking Whether all nodes in model having "TEMPERATURE" load or not
-
Find the edges of hole
sandeepballiwar replied to brahmadev's topic in HyperWorks Scripts & Customization
In hm_getedgeloops try not to give any loop type and feature angle *createmark elems 1 displayed; "hm_getedgeloops elems markid=1" When I tried for a similar model with rib it works fine. -
Hello Everyone, In CREO software there is one attribute named “common name” which is added to the part name. Can somebody tell me how to get this information in HM after importing the geometry? I have attached one sample file in which Part Name: TEST3 Common Name : COMMON_ALTAIR test4.prt.1