Very interesting Seeadler, thank for that info. You seem to know about this stuff, is there a program that can let us open and edit those shape files visually?
I tried a bunch of vector editors but none of were able to open those SHP files.
Quote:
Originally Posted by Seeadler
Shp files contain scaleable 2D polygon objects.
In ContactDirectionSymbol.shp
1. object -> 4 vertices = a quad
2. object -> 2 vertices = a line
to get rid off the course line, set the line vertices to zero
Code:
0
4
0.0 0.13481 0.0
-2.14312 0.13481 0.0
-2.14312 -0.13481 0.0
0.0 -0.13481 0.0
2
0.0 0.0 0.0
0.0 0.0 0.0
|