<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Form Architecture Blog &#187; RhinoScript</title>
	<atom:link href="http://blog.openformarchitecture.com/category/rhinoscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openformarchitecture.com</link>
	<description>Processes + Theories; Ideas + Prototypes; B-Sides + Outputs</description>
	<lastBuildDate>Fri, 28 Oct 2011 03:30:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rhinoceros 3D Shortcut Aliases — v1.0</title>
		<link>http://blog.openformarchitecture.com/rhinoceros-3d-shortcut-aliases-v1-0/</link>
		<comments>http://blog.openformarchitecture.com/rhinoceros-3d-shortcut-aliases-v1-0/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:29:30 +0000</pubDate>
		<dc:creator>Darrel</dc:creator>
				<category><![CDATA[Rhino3D]]></category>
		<category><![CDATA[RhinoScript]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.openformarchitecture.com/?p=224</guid>
		<description><![CDATA[
I have been working on developing a set of efficient Rhino3D Shortcut Aliases (Google Code link) for Rhinoceros 3D, version 4.0. These are based on the work of Maxwan Architects + Urbanists in Rotterdam, and their long-term development of AutoCAD shortcuts that you can download from Dysturb.Net. I have developed the Rhino3D system in parallel [...]]]></description>
		<wfw:commentRss>http://blog.openformarchitecture.com/rhinoceros-3d-shortcut-aliases-v1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locate New Point On Curve</title>
		<link>http://blog.openformarchitecture.com/locate-new-point-on-curve/</link>
		<comments>http://blog.openformarchitecture.com/locate-new-point-on-curve/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:08:35 +0000</pubDate>
		<dc:creator>Maxime</dc:creator>
				<category><![CDATA[RhinoScript]]></category>

		<guid isPermaLink="false">http://blog.openformarchitecture.com/?p=213</guid>
		<description><![CDATA[
Option Explicit
’Script written by Maxime Moreau
’Script copyrighted by Open Form Architecture
’This script locate a new point on a curve according to its distance from either the CurveDomain(0), the CurveSartPoint or the CurveDomain(1), the CurveEndPoint.
’Script version Tuesday, November 24, 2009 11:26:07 PM
Call Main()
Sub Main()
	Dim object, domain, crvNewLength
	” distance of the new point
	crvNewLength = 50
	object = Rhino.getObject(“select [...]]]></description>
		<wfw:commentRss>http://blog.openformarchitecture.com/locate-new-point-on-curve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

