<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.mcneel.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>McNeel Wiki</title>
        <description></description>
        <link>http://wiki.mcneel.com/</link>
        <lastBuildDate>Wed, 19 Jun 2013 19:22:18 -0700</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://wiki.mcneel.com/ttp://wiki.mcneel.com/lib/tpl/mcneel-public/images/favicon.ico</url>
            <title>McNeel Wiki</title>
            <link>http://wiki.mcneel.com/</link>
        </image>
        <item>
            <title>developer:rhinocommonsamples:createblock - [C#] </title>
            <link>http://wiki.mcneel.com/developer/rhinocommonsamples/createblock?rev=1371666152&amp;do=diff</link>
            <description>Sample: Add a block definition

C#


public static Rhino.Commands.Result CreateBlock(Rhino.RhinoDoc doc)
{
  // Select objects to define block
  var go = new Rhino.Input.Custom.GetObject();
  go.SetCommandPrompt( &quot;Select objects to define block&quot; );
  go.ReferenceObjectSelect = false;
  go.SubObjectSelect = false;
  go.GroupSelect = true;

  // Phantoms, grips, lights, etc., cannot be in blocks.
  var forbidden_geometry_filter = Rhino.DocObjects.ObjectType.Light |
    Rhino.DocObjects.ObjectType.…</description>
            <author>dale</author>
        <category>developer</category>
        <category>rhinocommon</category>
            <pubDate>Wed, 19 Jun 2013 11:22:32 -0700</pubDate>
        </item>
        <item>
            <title>developer:scriptsamples:perfectsquare</title>
            <link>http://wiki.mcneel.com/developer/scriptsamples/perfectsquare?rev=1371596637&amp;do=diff</link>
            <description>&quot; Developer: RhinoScript
 Summary: Determine if an integer is a perfect square using RhinoScript.&quot;

Question

In mathematics, a perfect square is an integer that is the square of an integer; in other words, it is the product of some integer with itself. For example, 9 is a perfect square, since it can be written as 3 × 3. How can I determine whether or not an integer is a perfect square in RhinoScript?</description>
            <author>dale</author>
        <category>developer</category>
        <category>rhinoscript</category>
            <pubDate>Tue, 18 Jun 2013 16:03:57 -0700</pubDate>
        </item>
        <item>
            <title>people:rhino5cir</title>
            <link>http://wiki.mcneel.com/people/rhino5cir?rev=1371574943&amp;do=diff</link>
            <description>This guide provides curriculum ideas and other helpful suggestions for teaching with Rhino 5

Table of Contents

	*  
	*  
			*  Base Modeling
			*  Documentation and Tutorials
			*  Fabrication Machines

	*  
			*  
			*  

	*  
			*  
			*  
			*  
			*  
			*  
			*  
			*</description>
            <author>scottd</author>
        <category>people</category>
            <pubDate>Tue, 18 Jun 2013 10:02:23 -0700</pubDate>
        </item>
        <item>
            <title>people:15skills</title>
            <link>http://wiki.mcneel.com/people/15skills?rev=1371574266&amp;do=diff</link>
            <description>Week 1

Rhino Basics and Display Options

	*  The Rhino Interface 
			*  Read: Chapter 2
			*  Do: Exercise 1
			*  Do: &quot;TryOnYourOwn&quot; on page 30
			*  Watch: Gumball Basics using Start.3dm model
			*  Do: &quot;TryOnYourOwn&quot; on page 30 using the Gumball manipulator</description>
            <author>scottd</author>
        <category>people</category>
            <pubDate>Tue, 18 Jun 2013 09:51:06 -0700</pubDate>
        </item>
        <item>
            <title>de:rhino:licensemanagererrors</title>
            <link>http://wiki.mcneel.com/de/rhino/licensemanagererrors?rev=1371571213&amp;do=diff</link>
            <description>1) Haben Sie gerade erst eine Beta-Version von Rhino 5 entfernt?

Bitte laden Sie das Sicherheitsupdate für Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC herunter und installieren Sie es. Nach der Installation sollte Rhino 4 mit dem Lizenzmanager korrekt kommunizieren können.</description>
            <author>thomas</author>
        <category>de:rhino</category>
            <pubDate>Tue, 18 Jun 2013 09:00:13 -0700</pubDate>
        </item>
        <item>
            <title>de:rhino:basicmacros - created</title>
            <link>http://wiki.mcneel.com/de/rhino/basicmacros?rev=1371565963&amp;do=diff</link>
            <description>Einführung

Die Erstellung von Makros in Rhino ist eine gute Möglichkeit, viele Aufgaben zu automatisieren, Ihre Befehle zu personalisieren und Ihren Workflow zu verbessern.

Die Verwendung des Begriffs Scripting mag hier eventuell einige Verwirrung stiften.  Generell wurde er gebraucht, um sowohl den Prozess des Schreibens von Makros (darum geht es in dieser Sektion) als auch anspruchsvollerer Skripts in RhinoScript und anderen Programmiersprachen zu bezeichnen.</description>
            <author>thomas</author>
        <category>de:rhino</category>
            <pubDate>Tue, 18 Jun 2013 07:32:43 -0700</pubDate>
        </item>
        <item>
            <title>rhino:advanceddisplay - [Blueprint] </title>
            <link>http://wiki.mcneel.com/rhino/advanceddisplay?rev=1371156247&amp;do=diff</link>
            <description>&quot; Summary: Rhino 5.0 adds a new display modes with hidden lines, sketch modes and other options.&quot;

Contents

	*  
	*  
	*  
	*  

Background

A little explanation is in order....

Rhino 5 now has many more advanced display options that can be configured to create more advanced, realtime display modes.  These additional display options include , shadows, edge thickness by type and lighting control. For a basic understanding of advanced display in Rhino, go to</description>
            <author>pascal</author>
        <category>rhino</category>
            <pubDate>Thu, 13 Jun 2013 13:44:07 -0700</pubDate>
        </item>
        <item>
            <title>rhino:displaymodes</title>
            <link>http://wiki.mcneel.com/rhino/displaymodes?rev=1371156163&amp;do=diff</link>
            <description>&quot; Instructions: In Options/Appearance/Advanced Settings, export your custom display mode.  ZIP the resulting .ini file.  Upload the zip file using the upload link at the bottom of the page.  Before exiting the upload page, copy/note the location! Then copy the example paragraph below and change the name, file path, and add your details.  You can also add a small image if you like, I suggest a 100 pixel square .gif for consistency.&quot;</description>
            <author>pascal</author>
        <category>rhino</category>
            <pubDate>Thu, 13 Jun 2013 13:42:43 -0700</pubDate>
        </item>
        <item>
            <title>people:brianjames - [High Dynamic Range Environments] </title>
            <link>http://wiki.mcneel.com/people/brianjames?rev=1371132784&amp;do=diff</link>
            <description>&quot; Summary: A cache of Video Tutorials, HDR Environments, Rhino materials and models
 CV: Portfolio
 Contact: Brian James &quot;



----------

Contents

	*  Video Tutorials
		*  Beginner
		*  Advanced
		*  Rendering
		*  Grasshopper plugin
		*  Paneling Tools</description>
            <author>brian_james</author>
        <category>people</category>
            <pubDate>Thu, 13 Jun 2013 07:13:04 -0700</pubDate>
        </item>
        <item>
            <title>rhino:macroscriptsetup - [Linking to external scripts] </title>
            <link>http://wiki.mcneel.com/rhino/macroscriptsetup?rev=1371057468&amp;do=diff</link>
            <description>Creating a button or alias for your macro or script

The simplest way to save and run your macro is from a toolbar button or alias.  If you don’t know how to make a new toolbar button or alias, have a look in the Help file, there’s a good explanation.  Once you have your new button (or have chosen to edit an existing one), open the editor by shift-right clicking on the button.  For an alias, you will do the same thing, but instead of creating a new button, go into Options &gt; Aliases and use the N…</description>
            <author>dale</author>
        <category>rhino</category>
            <pubDate>Wed, 12 Jun 2013 10:17:48 -0700</pubDate>
        </item>
        <item>
            <title>rhino:installingrhino:5.0</title>
            <link>http://wiki.mcneel.com/rhino/installingrhino/5.0?rev=1371056041&amp;do=diff</link>
            <description>Installing Rhinoceros

	*  
	*  
	*  
	*  
	*  Rhino 5.0 Diagnosing Errors During Installation
	*  
	*  Installing RHI Files for All Users

Overview

These instructions are most useful for System Administrators who want to deploy Rhino 5.0 througout an organization using Active Directory or SMS.</description>
            <author>dale</author>
        <category>zoo5</category>
            <pubDate>Wed, 12 Jun 2013 09:54:01 -0700</pubDate>
        </item>
        <item>
            <title>win8-4.png - created</title>
            <link>http://wiki.mcneel.com/?image=win8-4.png&amp;ns=&amp;rev=1370540783&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/win8-4.png?w=500&amp;h=371t=1370540783&quot; alt=&quot;win8-4.png&quot; /&gt;</description>
            <author>dale</author>
            <pubDate>Thu, 06 Jun 2013 10:46:23 -0700</pubDate>
        </item>
        <item>
            <title>win8-3.png - created</title>
            <link>http://wiki.mcneel.com/?image=win8-3.png&amp;ns=&amp;rev=1370540779&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/win8-3.png?w=500&amp;h=371t=1370540779&quot; alt=&quot;win8-3.png&quot; /&gt;</description>
            <author>dale</author>
            <pubDate>Thu, 06 Jun 2013 10:46:19 -0700</pubDate>
        </item>
        <item>
            <title>win8-2.png - created</title>
            <link>http://wiki.mcneel.com/?image=win8-2.png&amp;ns=&amp;rev=1370540779&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/win8-2.png?w=500&amp;h=374t=1370540779&quot; alt=&quot;win8-2.png&quot; /&gt;</description>
            <author>dale</author>
            <pubDate>Thu, 06 Jun 2013 10:46:19 -0700</pubDate>
        </item>
        <item>
            <title>win8-1.png - created</title>
            <link>http://wiki.mcneel.com/?image=win8-1.png&amp;ns=&amp;rev=1370540779&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/win8-1.png?w=500&amp;h=371t=1370540779&quot; alt=&quot;win8-1.png&quot; /&gt;</description>
            <author>dale</author>
            <pubDate>Thu, 06 Jun 2013 10:46:19 -0700</pubDate>
        </item>
        <item>
            <title>rhino:brazil_64bit_install_error.png - created</title>
            <link>http://wiki.mcneel.com/?image=rhino%3Abrazil_64bit_install_error.png&amp;ns=rhino&amp;rev=1370538137&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/rhino/brazil_64bit_install_error.png?w=470&amp;h=368t=1370538137&quot; alt=&quot;rhino:brazil_64bit_install_error.png&quot; /&gt;</description>
            <author>dale</author>
        <category>rhino</category>
            <pubDate>Thu, 06 Jun 2013 10:02:17 -0700</pubDate>
        </item>
        <item>
            <title>rhino:windows_7_update.png - created</title>
            <link>http://wiki.mcneel.com/?image=rhino%3Awindows_7_update.png&amp;ns=rhino&amp;rev=1370538052&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/rhino/windows_7_update.png?w=394&amp;h=500t=1370538052&quot; alt=&quot;rhino:windows_7_update.png&quot; /&gt;</description>
            <author>dale</author>
        <category>rhino</category>
            <pubDate>Thu, 06 Jun 2013 10:00:52 -0700</pubDate>
        </item>
        <item>
            <title>people:racecar1.png - created</title>
            <link>http://wiki.mcneel.com/?image=people%3Aracecar1.png&amp;ns=people&amp;rev=1370368553&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/people/racecar1.png?w=500&amp;h=254t=1370368553&quot; alt=&quot;people:racecar1.png&quot; /&gt;</description>
            <author>scottd</author>
        <category>people</category>
            <pubDate>Tue, 04 Jun 2013 10:55:53 -0700</pubDate>
        </item>
        <item>
            <title>people:glider_1.jpg - created</title>
            <link>http://wiki.mcneel.com/?image=people%3Aglider_1.jpg&amp;ns=people&amp;rev=1370367616&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/people/glider_1.jpg?w=500&amp;h=340t=1370367616&quot; alt=&quot;people:glider_1.jpg&quot; /&gt;</description>
            <author>scottd</author>
        <category>people</category>
            <pubDate>Tue, 04 Jun 2013 10:40:16 -0700</pubDate>
        </item>
        <item>
            <title>developer:rhinocommonsamples:rhinocommon_addcommand.png - created</title>
            <link>http://wiki.mcneel.com/?image=developer%3Arhinocommonsamples%3Arhinocommon_addcommand.png&amp;ns=developer%3Arhinocommonsamples&amp;rev=1369930626&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
            <description>&lt;img src=&quot;http://wiki.mcneel.com/_media/developer/rhinocommonsamples/rhinocommon_addcommand.png?w=500&amp;h=255t=1369930626&quot; alt=&quot;developer:rhinocommonsamples:rhinocommon_addcommand.png&quot; /&gt;</description>
            <author>dale</author>
        <category>developer:rhinocommonsamples</category>
            <pubDate>Thu, 30 May 2013 09:17:06 -0700</pubDate>
        </item>
    </channel>
</rss>
