The documentation for the ADRAG command indicates that the pattern of lines to be dragged may have only 2 lines sharing a keypoint. It also says that the pattern must be contiguous. I have patterns that do not conform to this. How can I over come this?


Here are 2 simple inputs showing how to overcome both:

*************************
! Input dragging mulitple lines
FINI
/CLEAR
/prep7
K,1,-5
K,2,0
K,3,5
K,4,0,5
K,5,0,0,5
!*
L,1,2
L,2,3
L,2,4
L,2,5 !PATH
!*
ET,1,MESH200
KEYOPT,1,1,6
KEYOPT,1,2,0
!*
ADRAG,1,2,,,,,4
ADRAG,3,,,,,,4
APLO
NUMMRG,KP

!***********************

!Input dragging discontinuous lines.
FINI
/CLEAR
/prep7
K,1,-5
K,2,-1
K,3,5
K,4,1
K,5,0,1
K,6,0,5
K,7,0
K,8,0,0,5
!*
L,1,2
L,3,4
L,5,6
L,7,8 !PATH
!*
ET,1,MESH200
KEYOPT,1,1,6
KEYOPT,1,2,0
!*
ADRAG,1,,,,,,4
ADRAG,2,,,,,,4
ADRAG,3,,,,,,4
!************************





Show Form
No comments yet. Be the first to add a comment!