Not closed polyline

Not closed polyline

mohamad_nabaviYLCU2
Observer Observer
1,360 Views
3 Replies
Message 1 of 4

Not closed polyline

mohamad_nabaviYLCU2
Observer
Observer

Hi all, 

I have this strange polyline and I want to measure the surface, but I cannot, I tried several things, but it shows me that it's not closed, 

the line is created by another software and originally it was a 3dpolyline, 

I just need the surface and of course the solution for future reference, 

I attached the file.

 

Thanks 

0 Likes
Accepted solutions (2)
1,361 Views
3 Replies
Replies (3)
Message 2 of 4

cadffm
Consultant
Consultant
Accepted solution

'CLOSED' is a polyline property like color or layer..

it draws a line between the first and the last vertex of you polyline..

 

YOUR Polyline vertex1 and vertex4195(the last one) are on the same place,

so when you set "closed" to Yes, you won't see any difference.

 

cadffm_0-1696518145117.png

 

 

Simple Sample:

A simple rectangle can be draw by a polyline with 4 vertex, the RECTANG command creates a rectangle this way.

The 4th line between the first and last vertex, is displaying because of the CLOSED property = Yes.

Turn it OFF to see the gab.

 

Sebastian

Message 3 of 4

Kent1Cooper
Consultant
Consultant
Accepted solution

If by "measure" you mean you want to know its area, you can do that with the AREA command and its Object option.  Since the thing starts and ends at the same place, that gives the same result whether or not you force it to be Closed in Properties.

EDIT:  I assume the Area slot in Properties is missing because it has the same problem with a Polyline of over 4000 vertices that the LIST command does.  Try LIST and it will tell you to "please use AREA command for huge polylines."

Kent Cooper, AIA
Message 4 of 4

mohamad_nabaviYLCU2
Observer
Observer

Very good explained

0 Likes