<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<TITLE>How To: Create Contour Curves</TITLE>
<META name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<META name="description" content="Demonstrates how to create contour curves through surfaces, breps, and meshes using the MakeRhinoContours() SDK function.">
<META name="author" content="stevebaer-204.177.179.132">
<LINK href='/wiki.css' type='text/css' rel='stylesheet'>
<LINK href='/RMA_wiki.css' type='text/css' rel='stylesheet'>
<SCRIPT type="text/javascript" language="javascript">
function MainHeight()
{
var answer = document.body.clientHeight;
var e;
return answer;
}
function MainWidth()
{
var answer = document.body.clientWidth;
var e;
e = document.getElementById("Sidebar");
if (e != null)
answer -= e.scrollWidth;
return answer;
}
function nav(s)
{
window.navigate(s);
}
function showChanges()
{
nav("/default.aspx/McNeel/SdkMakeRhinoContours.html?diff=y");
}
function hideChanges()
{
nav("/default.aspx/McNeel/SdkMakeRhinoContours.html");
}
function diffToggle()
{
if (showDiffs.checked)
showChanges();
else
hideChanges();
}
function showVersion()
{
nav(VersionList.value);
}
</SCRIPT>
</HEAD>
<body background='http://www.rhino3d.com/images/background.jpg' onclick='javascript: BodyClick()' ondblclick="location.href='/wikiedit.aspx?topic=McNeel.SdkMakeRhinoContours'">
<script type="text/javascript" language='javascript'>
function TopicBarMouseOver()
{
TopicBar.className='TopicBarHover';
}
function TopicBarMouseOut()
{
TopicBar.className='TopicBar';
}
function IsEditing()
{
return DynamicTopicBar.style.display == 'block';
}
function SetEditing(flag)
{
var isEditing = IsEditing();
if (isEditing == flag)
return;
isEditing = flag;
if (isEditing)
{
StaticTopicBar.style.display = 'none';
DynamicTopicBar.style.display = 'block';
}
else
{
StaticTopicBar.style.display = 'block';
DynamicTopicBar.style.display = 'none';
}
}
function BodyClick()
{
SetEditing(false);
}
function TopicBarClick(event)
{
event.cancelBubble = 'true';
if (IsEditing())
return;
// Grab these dimensions before SetEditng() to get them before the control is hidden (thus h=0;w=0!)
var staticWide = StaticTopicBar.offsetWidth;
var staticHigh = StaticTopicBar.offsetHeight;
SetEditing(true);
DynamicTopicBar.left = TopicBar.offsetLeft;
DynamicTopicBar.top = TopicBar.offsetTop;
DynamicTopicBar.width = TopicBar.width;
DynamicTopicBar.height = TopicBar.height;
var tbi = tbinput();
tbi.left = DynamicTopicBar.left;
tbi.top = DynamicTopicBar.top;
tbi.width = staticWide;
tbi.height = staticHigh;
tbi.value = '';
tbi.focus();
tbi.select();
}
function tbinput()
{
return document.getElementById('TopicBarInputBox');
}
</script>
<div id='TopicTip' class='TopicTip' ></div><table class='MainTable' cellpadding='0' cellspacing='0'><tr class='BorderTopTop'><td valign='top' colspan='2' class='BorderTopTopLeft'><a href='/default.aspx/McNeel/HomePage.html'>McNeel Wiki</a></td><td valign='top' class='BorderTopTopRight' colspan='1'><form method='post' action='/quicklink.aspx?QuickLinkNamespace=McNeel' name='QuickLinkForm'>
<div id='TopicBar' title='Click here to quickly jump to or create a topic' class='TopicBar' onmouseover='javascript:TopicBarMouseOver()' onclick='javascript:TopicBarClick(event)' onmouseout='javascript:TopicBarMouseOut()'>
<div id='StaticTopicBar' class='StaticTopicBar' style='display: block'>How To: Create Contour Curves</div>
<div id='DynamicTopicBar' class='DynamicTopicBar' style='display: none'>
<input id='TopicBarInputBox' title='Enter a topic here to go to or create' class='QuickLinkInput' type="text" name="QuickLink">
<div class='DynamicTopicBarHelp'>Enter a topic name to show or a new topic name to create; then press Enter</div>
</div>
</div>
</form></td></tr><tr><td class='BorderTop' colspan='3'><small><a href="/wikiedit.aspx?topic=McNeel.SdkMakeRhinoContours" >edit</a> <strong>·</strong> <a href="/print.aspx/McNeel.SdkMakeRhinoContours" >print</a> <strong>·</strong> <a href="/default.aspx/McNeel/WikiHelp.html" >help</a> <strong>·</strong> <a href="/default.aspx/McNeel/AllTopics.html" >all topics</a></small></td></tr><tr><td valign='top' class='ColumnLeft'><span style="color:silver"><strong>Main Pages</strong></span></p>
<p><small><a href="/default.aspx/McNeel/AccuRenderHome.html" >AccuRender</a></small></p>
<p><small><a href="/default.aspx/McNeel/BongoHome.html" >Bongo</a></small></p>
<p><small><a href="/default.aspx/McNeel/BrazilHome.html" >Brazil r/s</a></small></p>
<p><small><a href="/default.aspx/McNeel/DeveloperHome.html" >Developer</a></small></p>
<p><small><a href="/default.aspx/McNeel/FlamingoHome.html" >Flamingo</a></small></p>
<p><small><a href="/default.aspx/McNeel/Penguin.html" >Penguin</a></small></p>
<p><small><a href="/default.aspx/McNeel/RhinoBlog.html" >Rhino Blogs</a></small></p>
<p><small><a href="/default.aspx/McNeel/RhinoHome.html" >Rhino</a></small></p>
<p><small><a href="/default.aspx/McNeel/RhinoHomeLabs.html" >Rhino Labs</a></small></p>
<div class="Rule"></div>
<table cellpadding="2" cellspacing="1" class="TableWithoutBorderClass">
<tr>
<td class="TableCellNoBorder"><span style="color:silver"><strong>Search</strong></span></td>
</tr>
<tr>
<td class="TableCellNoBorder" nowrap ><form action="http://googlesearch.mcneel.com/search" method="get" >
<input type="text" name="q" id="q" size="15" value="" /><input style="display: none" type="text" name="site" value="mcneel" /><input style="display: none" type="text" name="client" value="mcneel" /><input style="display: none" type="text" name="output" value="xml_no_dtd" /><input style="display: none" type="text" name="proxystylesheet" value="mcneel" /><input style="display: none" type="text" name="lr" value="lang_en" /><input style="display: none" type="text" name="as_sitesearch" value="en.wiki.mcneel.com" /><input type="image" src="/images/go-dark.gif" title="Search for this text" /></form>
</td>
</tr>
</table>
<div class="Rule"></div>
<p><span style="color:silver"><strong>Languages</strong></span></p>
<p><small><a href="http://cs.wiki.mcneel.com" >Česky</a></small></p>
<p><small><a href="http://de.wiki.mcneel.com" >Deutsch</a></small></p>
<p><small><a href="http://en.wiki.mcneel.com" >English</a></small></p>
<p><small><a href="http://es.wiki.mcneel.com" >Español</a></small></p>
<p><small><a href="http://fr.wiki.mcneel.com" >Français</a></small></p>
<p><small><a href="http://it.wiki.mcneel.com" >Italiano</a></small></p>
<p><small><a href="http://pl.wiki.mcneel.com" >Polish</a></small></p>
<p><small><a href="http://jp.wiki.mcneel.com" >日本語</a></small></p>
<p><small><a href="http://kr.wiki.mcneel.com" >한국어</a></small></p>
<p><small><a href="http://tw.wiki.mcneel.com" >中文(繁體)</a></small></p>
<p><small><a href="http://cn.wiki.mcneel.com" >中文(简体)</a></small></p>
<p><img src="http://en.wiki.mcneel.com/content/upload/images/blackdot.png" alt="" width="170" height="1"/></td><td class='ColumnMiddle'> </td><td class='ColumnMain' valign='top' ><div id='MainRegion' class='TopicBody'>
<script type="text/javascript" language="javascript">
function LinkMenu(anArray, e)
{
var src = "";
var h = 0;
var w = 0;
e.cancelBubble = 'true';
var menu = document.getElementById("LinkMenu");
if (menu == null)
{
menu = document.createElement("div");
menu.id = 'LinkMenu';
menu.className = 'Menu';
document.body.appendChild(menu);
}
menu.innerHTML = "";
for (var i = 0; i < anArray.length; i++)
{
评论11
最新资源