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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Relations used to model railings number of balusters

  • Thread starter Thread starter canoemike
  • Start date Start date
C

canoemike

Guest
Hi All,

I am replacing my deck on my home. So I decide to model it in Pro-e. I have gotten to the railings and would like to get the correct number of balusters for each length of rail section. This is where it gets interesting.

The inputs are
1) spacing of balusters = 4" Dia of baluster is 3/4
2) Baluster pattern must be centered.
3) Length of railing section is the variable number.

Example 1: if the length of railing section where 7" there would only be one baluster needed. It would be centered so the spaces to meet town railing codes does not exceed 4"

Example 2: if the length of railing section where 10" there would be two balusters needed. They would be equally offset from the center 2" in each direction meet town railing code does not exceed 4"

Below is a relation I am using to get this to work for my test, but it will require many more statements to work for other possible lengths of railing section.

/*to determine number of balusters per space between post.
/*sketch is the l driver.
IF length>4.00 & length<8.00
offset = 0
pattern = 1
ENDIF
IF length >8.1 & length <12.0
offset = 2.3750
pattern = 2
ENDIF

Can you think of a better way to pull a relation to evenly space centered balusters on a variable length of railing ?

View attachment 6389View attachment 6390


Thanks for the input on the railing quest.
Mike
 

Attachments

  • 7_rail.JPG
    7_rail.JPG
    27.8 KB · Views: 8
  • 10_rail.JPG
    10_rail.JPG
    31.8 KB · Views: 8
Last edited:
Ya , relations can be a little boring. :confused: Sometimes its best to keep it simple.

View attachment 6402
 

Attachments

  • railing_smart_6foot.jpg
    railing_smart_6foot.jpg
    36.5 KB · Views: 5

Part and Inventory Search

Sponsor

Back
Top