How to get elements inside Database cross section plane
In dyna, I have a finite *DATABASE_CROSS_SECTION_PLANE. It is cutting some elements in the model. I would like get the elements cut by the cross section.
The cross section will have the following information.
1. Base node of cross section.
2. Plane vector
3. orientation vector
4. Size of the plane
Find more posts tagged with
Sort by:
1 - 7 of
71
You can indicate selection on red comp only by
*createmark elems 1 'on plane' .....
*createmark elems 2 'by comp name' red_comp
*markintersection elems 1 elems 2
Hi,
*createmark elems 1 'on plane' 'x y z i j k tol plane touching'