KB no longer maintained - Voxler is a retired product. Golden Software retired products are still supported, but no longer receive new features or updates. Many of Voxler's features are moving to Surfer . Please contact support@goldensoftware.com with any questions. |
Create an ASCII Inventor [.IV] file in a text editor. The following example shows three lines with coordinates in the point section. The number of vertices for each line is specified in the
numVertices
section. Extra white space and carriage returns are shown for readability. The
#Inventor
text must be the first characters in the file, without any leading spaces that can occur when you copy and paste the text to a text editor.
For complete technical details about the [.IV] format, refer to the Inventor Mentor web site or publication.
#Inventor V2.1 ascii Separator { Coordinate3 { point [ 0 0 0, 1 1 1, 2 1 1, 2 2 1, 2 2 2, 2 2 3, 2 3 2, 2 3 3, 3 3 3 ] } LineSet { numVertices [ 3, 4, 2 ] } }
Example Inventor IV file to display three lines.
Updated December 18, 2018
Comments
0 comments
Please sign in to leave a comment.