🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to create a surface by two parallel lines

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    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 


     

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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