How to create a surface by two parallel lines

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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!!

Tagged:

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited November 2018

    Hi,

    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 


     

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited November 2018

    I find it,thank you,you help me a lot!