Hi,
I am the rookie of the tcl.I need your help.
Suppose i have two parallel lines, how to create a surface,and these two lines are the edges of this surface?
Thank you!!
Please try *linearsurfacebetweenlines
*surfacemode 4; *createlist lines 1 101; #101 is line id of first line *createlist nodes 1; *createlist lines 2 102; #102 is line id of second line *createlist nodes 2; *linearsurfacebetweenlines 1 1 2 2 1; *rejectmark
I find it,thank you,you help me a lot!
Hi,
Please try *linearsurfacebetweenlines