
<?xml version='1.0' encoding='UTF-8'?>
<templates>
	<using package='maya'/>
	<using package='std'/>
	<template name='NEdistanceBetween'>
		<attribute name='distance' type='maya.doubleLinear'>
			<label>Distance</label>
		</attribute>
		<attribute name='point1' type='maya.double3'>
			<label>Point 1</label>
		</attribute>
		<attribute name='point2' type='maya.double3'>
			<label>Point 2</label>
		</attribute>
	</template>
	<view name='NEDefault' template='NEdistanceBetween'>
		<property name='distance'/>
		<property name='point1'/>
		<property name='point2'/>
	</view>
</templates>
