<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Modifying Cover and Slope Rule</title>
	<atom:link href="http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 21:45:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Peter Bartel</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-47638</link>
		<dc:creator>Peter Bartel</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-47638</guid>
		<description>Hi Christopher,
i dont know exactly how to make a recent post, because i think my remarks will be usefull for all civil users which work with pipes. First of all thánks very much for your very usefull hacked version of the C3DPipeRules.dvb.
But i found out that there is still a bug in the original and your version if you work with rectangular pipes which have a différnt value for width and height.
The problem are always the line in the code like:
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.InnerDiameterOrWidth * 0.5)
or
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.OuterDiameterOrWidth * 0.5)

This statement is fine for circular pipes but i found out, that it gives you the wrong cover if you apply the slope and cover rule for rectangular pipes, e.g Communication duct with a width of 2.06m and a height of 1.30m.
According my tests if would be better to use instead the following property
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.InnerHeight * 0.5)
or
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.OuterHeight * 0.5)

If you find my remarks usefull maybe you can blog them to all users.

Kind Regards

Peter Bartel</description>
		<content:encoded><![CDATA[<p>Hi Christopher,<br />
i dont know exactly how to make a recent post, because i think my remarks will be usefull for all civil users which work with pipes. First of all thánks very much for your very usefull hacked version of the C3DPipeRules.dvb.<br />
But i found out that there is still a bug in the original and your version if you work with rectangular pipes which have a différnt value for width and height.<br />
The problem are always the line in the code like:<br />
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.InnerDiameterOrWidth * 0.5)<br />
or<br />
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.OuterDiameterOrWidth * 0.5)</p>
<p>This statement is fine for circular pipes but i found out, that it gives you the wrong cover if you apply the slope and cover rule for rectangular pipes, e.g Communication duct with a width of 2.06m and a height of 1.30m.<br />
According my tests if would be better to use instead the following property<br />
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.InnerHeight * 0.5)<br />
or<br />
 oPipe.EndPoint.Z = (dNewPipeZ + oPipe.OuterHeight * 0.5)</p>
<p>If you find my remarks usefull maybe you can blog them to all users.</p>
<p>Kind Regards</p>
<p>Peter Bartel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Fugitt</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45079</link>
		<dc:creator>Christopher Fugitt</dc:creator>
		<pubDate>Tue, 20 Nov 2007 18:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45079</guid>
		<description>Mark, the post only effects how the rule behaves when a pipe is created or when the rules are applied to pipes. It does not go through and change any values until the rules are reapplied. Running the macro manually won\'t do anything productive; it needs to be run through the normal Civil 3D pipe commands that apply the rules. In the pipe properties make sure the pipe has the cover and slope rule as a criteria. Scott Kent gave a good presentation last year at AU that explained how the rules work (http://au.autodesk.com/sessions/detail/444/). 

The modification in the above post only affects how the cover and slope rule is applied when no surface is present. It sets the elevation to a user prompted elevation instead of 0 in the default rule. If you want to know how to change the "C3DPiperules.xml" check out my class at AU this year (http://au.autodesk.com/sessions/detail/830/). The handout should be posted this week or next.</description>
		<content:encoded><![CDATA[<p>Mark, the post only effects how the rule behaves when a pipe is created or when the rules are applied to pipes. It does not go through and change any values until the rules are reapplied. Running the macro manually won\&#8217;t do anything productive; it needs to be run through the normal Civil 3D pipe commands that apply the rules. In the pipe properties make sure the pipe has the cover and slope rule as a criteria. Scott Kent gave a good presentation last year at AU that explained how the rules work (http://au.autodesk.com/sessions/detail/444/). </p>
<p>The modification in the above post only affects how the cover and slope rule is applied when no surface is present. It sets the elevation to a user prompted elevation instead of 0 in the default rule. If you want to know how to change the &#8220;C3DPiperules.xml&#8221; check out my class at AU this year (http://au.autodesk.com/sessions/detail/830/). The handout should be posted this week or next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Spatz, E.I.T.</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45078</link>
		<dc:creator>Mark Spatz, E.I.T.</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45078</guid>
		<description>Does the "C3DPiperules.xml" need to be fixed as well?  The only rule that seems to run for me is the "Cover Only" rule.  If I open a new session and apply the "Cover and Slope" rule to pipes it doesn't even load the macro.  I can load the macro manually but it still seems you need to run it from "Apply Rules.." under the "Pipes" pull-down.  All attempts run the macro manually have been unsuccessful.

Any input you can provide is greatly appreciated!

Mark Spatz, E.I.T.
C3D 2008, SP2</description>
		<content:encoded><![CDATA[<p>Does the &#8220;C3DPiperules.xml&#8221; need to be fixed as well?  The only rule that seems to run for me is the &#8220;Cover Only&#8221; rule.  If I open a new session and apply the &#8220;Cover and Slope&#8221; rule to pipes it doesn&#8217;t even load the macro.  I can load the macro manually but it still seems you need to run it from &#8220;Apply Rules..&#8221; under the &#8220;Pipes&#8221; pull-down.  All attempts run the macro manually have been unsuccessful.</p>
<p>Any input you can provide is greatly appreciated!</p>
<p>Mark Spatz, E.I.T.<br />
C3D 2008, SP2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Fugitt</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45071</link>
		<dc:creator>Christopher Fugitt</dc:creator>
		<pubDate>Mon, 19 Nov 2007 22:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45071</guid>
		<description>&lt;p&gt;Mark, I've placed my modified version up above, right at the end of the post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mark, I&#8217;ve placed my modified version up above, right at the end of the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark spatz</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45070</link>
		<dc:creator>mark spatz</dc:creator>
		<pubDate>Mon, 19 Nov 2007 21:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45070</guid>
		<description>We just made the changes as described above and still the rule set for pipes doesn't do anything if you set "Slope and Cover".  If I use "Cover Only" it seems to work.  Does anyone have a working "C3DPipeRules.dvb" they could send?</description>
		<content:encoded><![CDATA[<p>We just made the changes as described above and still the rule set for pipes doesn&#8217;t do anything if you set &#8220;Slope and Cover&#8221;.  If I use &#8220;Cover Only&#8221; it seems to work.  Does anyone have a working &#8220;C3DPipeRules.dvb&#8221; they could send?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnCobb</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45061</link>
		<dc:creator>JohnCobb</dc:creator>
		<pubDate>Fri, 16 Nov 2007 17:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45061</guid>
		<description>Christopher,
I have only experienced the zero elev. pipe invert problem when I XML out my network to Intellisolve to do the hydraulic analysis, make modifications there, then XML back into Civil 3d. The manholes are at proper elevation, but the pipes are not. Is this what you mean when you say, "after you have worked with a pipe (working with a pipe should load the C3DPipeRules.dvb file automatically)"? I would really like to see this address my problem, cause I figure it will be the 2010 release before we see Intellisolve integrated into Civil 3d.
Thanks,
John Cobb, LA
Lexington, KY</description>
		<content:encoded><![CDATA[<p>Christopher,<br />
I have only experienced the zero elev. pipe invert problem when I XML out my network to Intellisolve to do the hydraulic analysis, make modifications there, then XML back into Civil 3d. The manholes are at proper elevation, but the pipes are not. Is this what you mean when you say, &#8220;after you have worked with a pipe (working with a pipe should load the C3DPipeRules.dvb file automatically)&#8221;? I would really like to see this address my problem, cause I figure it will be the 2010 release before we see Intellisolve integrated into Civil 3d.<br />
Thanks,<br />
John Cobb, LA<br />
Lexington, KY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M.</title>
		<link>http://www.civil3d.com/2007/11/modifying-cover-and-slope-rule/#comment-45058</link>
		<dc:creator>John M.</dc:creator>
		<pubDate>Fri, 16 Nov 2007 14:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.civil3d.com/2007/08/modifying-cover-and-slope-rule/#comment-45058</guid>
		<description>Excellent post. Thnaks.</description>
		<content:encoded><![CDATA[<p>Excellent post. Thnaks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
