Sorting Mesh by thickness
I have meshed model with multiple components for same mesh thickness I want to move them in single component per thickness, Do we have any macro for it?
Answers
-
Hi
There are several scripts in the Altair Community "script &models library". You may try to search there.
But, I did not understand your question.
If you are doing shell mesh modeling, and there is property associated to the part, it is in fact already sorted by thickness, that is by the property associated.
If you extracted the midsurface of each part and meshed, there is no thickness associated. thickness will be associated as you assign a property. PSHELL card if it is the OptiStruct model.
I hope this is helpful
Regards
0 -
Actually I am meshing it in ANSYS and importing model is hypermesh so it is creating multiple components for same thickness like for example
1. 8 components for 10mm thickness
2. 5 components for 12 mm thickness
3. 24 components fro 15mm thicknes
what I want is single component for each thickness
0 -
Akshay Punde_21206 said:
Actually I am meshing it in ANSYS and importing model is hypermesh so it is creating multiple components for same thickness like for example
1. 8 components for 10mm thickness
2. 5 components for 12 mm thickness
3. 24 components fro 15mm thicknes
what I want is single component for each thickness
For 10mm thickness components, just make 1st component "Make current":
Then, Menu "Collectors" => Organize => Components
Select your 10mm thickness elements and press "move". Now you have all 10mm thickness elements within the 1st component.
1 -
Hi Akshay,
We can write Tcl script to automate such process.
We can short the components by its name(If the thickness mentioned in the name).
If not by property also we can short by properties and automate the process.
This was my understanding about your problem.If you want this solution.need to discuss more please do reply.
Regards,
Manoj M
0