-
Notifications
You must be signed in to change notification settings - Fork 0
File Formats
Matthew Holden edited this page May 14, 2014
·
1 revision
<LinearObjectCollection>
<Reference Name="Reference_Name">
<BasePoint Value="?? ?? ??" />
<Buffer>
<Position Value="?? ?? ??" />
...
</Buffer>
</Reference>
...
<Point Name="Point_Name">
<BasePoint Value="?? ?? ??" />
<Buffer>
<Position Value="?? ?? ??" />
...
</Buffer>
</Point>
...
<Line Name="Line_Name">
<BasePoint Value="?? ?? ??" />
<EndPoint Value="?? ?? ??" />
<Buffer>
<Position Value="?? ?? ??" />
...
</Buffer>
</Line>
...
<Plane Name="Plane_Name">
<BasePoint Value="?? ?? ??" />
<EndPoint1 Value="?? ?? ??" />
<EndPoint2 Value="?? ?? ??" />
<Buffer>
<Position Value="?? ?? ??" />
...
</Buffer>
</Plane>
...
</LinearObjectCollection>Note: The string "??" is used to represent a number.