<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: railing question in 3ds Max Forum</title>
    <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622683#M36356</link>
    <description>&lt;P&gt;Mark,&lt;/P&gt;
&lt;P&gt;I found that centering the Pivot didn't always do what it was meant to do, that is make it so that when the copied railing that only has the lower rail is shortened it does the shortening from both ends.&lt;/P&gt;
&lt;P&gt;The following script will work on a railing that has its pivot at the end. It only works on one railing at a time but requires no user input.&amp;nbsp; You can edit the value for the rails to meet your requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;-- creates  a clone/copy of a railing that has a lower rail 2" shorter than 
-- the main rail and then moves the copy 1.0 in local x.
-- LRM 2/26/2019  v1.0
$.Top_Rail_Profile = 1  -- round
$.Lower_Rail_Profile = 0  -- none
$.Post_Profile = 1  -- round
$.Fencing_Type = 1
$.Picket_Profile = 1
$.Lower_Rail_Profile = 0
actionMan.executeAction 0 "40213"  -- Edit: Clone
maxOps.cloneNodes $ cloneType:#copy newNodes:&amp;amp;nnl
select nnl
s = $.Railing_Length
$.Top_Rail_Profile = 0
$.Lower_Rail_Profile = 1
$.Post_Profile = 0
$.Fencing_Type = 0
toolMode.coordsys #local
$.Railing_Length = s - 2
move $ [1.0,0,0]
clearSelection()
&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Feb 2019 18:20:46 GMT</pubDate>
    <dc:creator>leeminardi</dc:creator>
    <dc:date>2019-02-26T18:20:46Z</dc:date>
    <item>
      <title>railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8619949#M36349</link>
      <description>&lt;P&gt;Does anyone know of a free script that will give me more control on aec Railings? I need to cope the joints of hand railing.&amp;nbsp; Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="this is what i get from max" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/607249i32C93CFC972A6266/image-size/large?v=v2&amp;amp;px=999" role="button" title="rail2.png" alt="this is what i get from max" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;this is what i get from max&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="this is the result i need" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/607250i54BBEFF56DDB20D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="rail1.png" alt="this is the result i need" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;this is the result i need&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 19:01:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8619949#M36349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-25T19:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620180#M36350</link>
      <description>&lt;P&gt;No script but you could convert the railing to an editable mesh and move the end vertices of the rail into the post.&amp;nbsp; For the example below move them in the -X direction.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rail1.JPG" style="width: 612px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/607292i2589D8B4FEEEB63B/image-size/large?v=v2&amp;amp;px=999" role="button" title="rail1.JPG" alt="rail1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:20:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620180#M36350</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-02-25T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620186#M36351</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&amp;nbsp; however that what I have been doing. I was hoping there was a trim modifier that i could use.&lt;/P&gt;
&lt;P&gt;This is time consuming big time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 20:25:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620186#M36351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-25T20:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620250#M36352</link>
      <description>&lt;P&gt;there is a trim/exended that i have just noticed but i don't know how well it will work on AEC rails/objects or even if it will work on AEC objects due to i am using max 9 they mite of improved it in the newer version of max&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/3DSMax-Modifiers/files/GUID-BD19474B-AC97-48C9-A234-645AE51723B2-htm.html" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/3ds-max/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/3DSMax-Modifiers/files/GUID-BD19474B-AC97-48C9-A234-645AE51723B2-htm.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;autodesk has not&amp;nbsp; updated the AEC since v5 i think, so you are limited in what you can do, they have not updated it because they brough out the BIM &lt;SPAN class="ILfuVd NA6bn"&gt;(Building Information Modeling) software &lt;A href="https://www.autodesk.com/bim-360/" target="_blank" rel="noopener"&gt;https://www.autodesk.com/bim-360/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 21:03:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620250#M36352</guid>
      <dc:creator>irishman_team_kilber</dc:creator>
      <dc:date>2019-02-25T21:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620422#M36353</link>
      <description>&lt;P&gt;Here's an approach that may be worth trying:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Change the pivot of the railing to Center to Object.&lt;/LI&gt;
&lt;LI&gt;Set the profile for the Lower Rail(s) to none.&lt;/LI&gt;
&lt;LI&gt;Make a clode/copy of the railing at the same location.&lt;/LI&gt;
&lt;LI&gt;For the copy set the lower rail profile to round, the post and top rail profiles to none and shorten the length enough so that the lower rail does not penetrate the posts of the original railing.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;This process can be done to a collection of railings all at once so it should be fairly fast and easy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 22:11:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8620422#M36353</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-02-25T22:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622376#M36354</link>
      <description>&lt;P&gt;I see&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/822616"&gt;@leeminardi&lt;/a&gt;&amp;nbsp; at first i thought too much work but by making a collection as your are saying it makes all the sens&lt;SPAN style="font-family: inherit;"&gt;e it the world! Great idea! Thanks lee!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:36:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622376#M36354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-26T16:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622394#M36355</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4144633"&gt;@irishman_team_kilber&lt;/a&gt;&amp;nbsp;. although it does not appear to be available for the railing or the railing as an editable poly, thank you for pointing out the trim/extend command that will be useful! Did not realize that was there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:44:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622394#M36355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-26T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: railing question</title>
      <link>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622683#M36356</link>
      <description>&lt;P&gt;Mark,&lt;/P&gt;
&lt;P&gt;I found that centering the Pivot didn't always do what it was meant to do, that is make it so that when the copied railing that only has the lower rail is shortened it does the shortening from both ends.&lt;/P&gt;
&lt;P&gt;The following script will work on a railing that has its pivot at the end. It only works on one railing at a time but requires no user input.&amp;nbsp; You can edit the value for the rails to meet your requirements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;-- creates  a clone/copy of a railing that has a lower rail 2" shorter than 
-- the main rail and then moves the copy 1.0 in local x.
-- LRM 2/26/2019  v1.0
$.Top_Rail_Profile = 1  -- round
$.Lower_Rail_Profile = 0  -- none
$.Post_Profile = 1  -- round
$.Fencing_Type = 1
$.Picket_Profile = 1
$.Lower_Rail_Profile = 0
actionMan.executeAction 0 "40213"  -- Edit: Clone
maxOps.cloneNodes $ cloneType:#copy newNodes:&amp;amp;nnl
select nnl
s = $.Railing_Length
$.Top_Rail_Profile = 0
$.Lower_Rail_Profile = 1
$.Post_Profile = 0
$.Fencing_Type = 0
toolMode.coordsys #local
$.Railing_Length = s - 2
move $ [1.0,0,0]
clearSelection()
&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Feb 2019 18:20:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/3ds-max-forum/railing-question/m-p/8622683#M36356</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-02-26T18:20:46Z</dc:date>
    </item>
  </channel>
</rss>

