UpTitle

  Overview Creating Editing  Special Commands  File Format  Control Points  Field

polyline - File Format

Text file format

Example:

{ object
        name obj000001;
        material standard;
        model { polyline
            open 1;
            p ( -3.33333 , -2.58503 , 0 );
            p ( 0.204082 , -2.2449 , 0 );
            p ( 0.272109 , 0.204082 , 0 );
            p ( -3.12925 , 1.63265 , 0 );
            p ( 1.63265 , 3.87755 , 0 );
        }
}
 
 
Attribute Description
open Can have two value:
0      if the polyline is open
1      if it is closed
p describe a single vertex of the curve in a 3D space. Each point in the curve has a p attribute and they are ordered by the number of the control number.

 

Binary file Format

Not allowed.



UpTitle