Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trajpar Variable

  • Thread starter Thread starter rloborj
  • Start date Start date
Status
Not open for further replies.
R

rloborj

Guest
I've tried to create a variable section sweep model by using trajpar variable included in a simple relation. It doesn't work. After that, I've got some examples on web that still doesn't work. I'd like to get some really functional code to understanding the structure of trajpar usage. Thanks
 
Start with a Variable Section Sweep.

In the 2D section, choose a dimension that may vary.

Enter a sketch relation that will vary the dimension, using the value range: trajpar=0 to trajpar=1.

eg: to make a length d1 vary from 10 to 18:

d1 = 10+(trajpar*8)

Also - see the Article on Pro/E Central about varying sections.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top