Import: Export number of vertices in polylines as int instead of double
This commit is contained in:
@@ -164,7 +164,7 @@ struct SplineDataOut
|
||||
|
||||
struct LWPolyDataOut
|
||||
{
|
||||
double nVert;
|
||||
int nVert;
|
||||
int Flag;
|
||||
double Width;
|
||||
double Elev;
|
||||
|
||||
Reference in New Issue
Block a user