
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<using package='std'/>
	<template name='NEcurveInfo'>
		<attribute name='arcLength' type='maya.doubleLinear'>
			<label>Arc Length</label>
		</attribute>
		<attribute name='controlPoints' type='maya.double3'>
			<label>Control Points</label>
		</attribute>
		<attribute name='knots' type='maya.double'>
			<label>Knots</label>
		</attribute>
		<attribute name='weights' type='maya.double'>
			<label>Weights</label>
		</attribute>
		<attribute name='inputCurve' type='maya.nurbsCurve'>
			<label>Input Curve</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEcurveInfo'>
		<property name='arcLength'/>
		<property name='controlPoints'/>
		<property name='knots'/>
		<property name='weights'/>
		<property name='inputCurve'/>
	</view>
</templates>
