Search the Community
Showing results for tags 'customisation'.
Found 5 results
-
Hi, I need to create nodes for elements of user specified sizes. For eg, If the user specifies size 6 for the element, the nodes should be created at (0,0), (0,6), (6,0), (6,6). If the user specifies size 8 for the element, the nodes should be created at (0,0), (0,8), (8,0), (8,8). This is to be repeated to generate a geometry 830 mm*450 mm . therefore, if the element is of size 8, 830/8 elements must be created along the length and 450/8 elements along the width with their corresponding nodes. Please tell me how to automate this? Also, I need flexibility to change 830*450 mm dimensions to user specified dimensions (say 500*250 or 1000*600 etc etc). How do I incorporate this?? Currently for an element size 10 I've to write *createnode 0 10 0 0 0 0 *createnode 10 0 0 0 0 0 *createnode 10 10 0 0 0 0 *createnode 0 0 0 0 0 0 thanks, Kushal.
- 3 replies
-
- scripts
- customisation
-
(and 2 more)
Tagged with:
-
Hi all, I am looking out for any examples to write stress/node id data to excel sheet TWAPI in Tcl/Tk. Thanks in advance, Regrads, Girish C Hirekerur
- 4 replies
-
- tcl/tk
- customisation
-
(and 1 more)
Tagged with:
-
Hi all, The IDs of entity sets in HyperView are auto assigned.Sometimes they are not continuous. I intend to re-arrange them in a ascending order but HyperView doesn't provide an option. How should I proceed ? Thanks in advance, Regards, Girish
- 1 reply
-
- tcl
- customisation
-
(and 1 more)
Tagged with:
-
Hi, I need to create nodes for elements of user specified sizes. For eg, If the user specifies size 6 for the element, the nodes should be created at (0,0), (0,6), (6,0), (6,6). If the user specifies size 8 for the element, the nodes should be created at (0,0), (0,8), (8,0), (8,8). This is to be repeated to generate a geometry 830 mm*450 mm . therefore, if the element is of size 8, 830/8 elements must be created along the length and 450/8 elements along the width with their corresponding nodes. Please tell me how to automate this? Also, I need flexibility to change 830*450 mm dimensions to user specified dimensions (say 500*250 or 1000*600 etc etc). How do I incorporate this?? thanks, Kushal.
-
error How to resolve segmentation error??
Pandurang posted a topic in HyperWorks Scripts & Customization
Hi all, I am getting segmentation error....when try to run same scripts second time on same model...and then hypermesh get crashed.... Please share solution if any one know about it. Thanks & Regards, PD