Worldtraveller
Aerospace
- Sep 25, 2013
- 82
It's been a long time since I've really used FEA software (hence all the questions...), and my only real experience has been with Ansys (10 years ago) and FeMAP/Nastran (currently, but at least 5 years ago prior to this).
I seem to remember Ansys being able to select nodes, elements etc., based on proximity to an already selected node/element.
Is there a way to do a similar process with the FEMAP API?
Here's the logic flow:
1. Select a 2D element (start at a given #).
2. Select all nodes attached to that element.
3. Select all the nodes within .00x distance of those nodes.
4. Select second element with those proximate nodes as corners.
5. Assign first element as top and second element as bottom and build a 3D hex (brick) element.
6. Repeat for the whole model.
I'm just starting to learn the API, and have never really done object oriented programming before, so I'm trying to find tutorials and whatever info I can to help learn. Thanks.
I seem to remember Ansys being able to select nodes, elements etc., based on proximity to an already selected node/element.
Is there a way to do a similar process with the FEMAP API?
Here's the logic flow:
1. Select a 2D element (start at a given #).
2. Select all nodes attached to that element.
3. Select all the nodes within .00x distance of those nodes.
4. Select second element with those proximate nodes as corners.
5. Assign first element as top and second element as bottom and build a 3D hex (brick) element.
6. Repeat for the whole model.
I'm just starting to learn the API, and have never really done object oriented programming before, so I'm trying to find tutorials and whatever info I can to help learn. Thanks.