A polygon is formed by Segments.
The properties of a Polygon are:
Property | Type | Description |
---|---|---|
Start | Integer |
Number of start vertex
Is the same number of the first segment of the front side |
End | Integer |
Number of the vertex
In the case of the polygon, which is closed, is equal to the initial vertex |
Name | Text |
Name of the lot.
In Civil 3D is Parcel Properties / Information / Name In the pure AutoCAD version, will be read in the block attribute informed in settings |
Description | Text |
Description of the parcel
In Civil 3D is Parcel Properties / Information / Description In the pure AutoCAD version, will be read in the block attribute informed in settings |
Start Vertex | Expansive | Start vertex. Start vertex is the first vertex of front side |
End Vertex | Expansive | End Vertex |
Area | Dimension | Area of the polygon |
Length | Dimension | Perimeter of the polygon |
Sides | List | A list of front, back, right and left, if any. |
Front Side | Expansive | Returns information about the front side |
Back Side | Expansive | Returns information about the back side |
Left Side | Expansivo | Returns information about the left side |
Right Side | Expansive | Returns information about the right side |
North | Expansive | Returns information about the north side |
South | Expansive | Returns information about the south side |
East | Expansive | Returns information about the east side |
West | Expansive | Returns information about the west side |
Directions | List | A list of North, South, East and West |
Confronting | List | List of confronting the polygon |
Segments | List | List of all segments of the polygon |
Vertices | List | List of all vertices of the polygon |
Number | Integer |
Parcel number.
Civil 3D is the Parcel Number property
In the pure AutoCAD version, will be read in the block attribute informed in settings |
Address | Text | confrontational name of front side of the parcel |
Segment Order | Text | Display the segment order of description |
Street Side | Text |
Informs on which side in relation to street the lot is (even or odd or undefined, if address can not be calculated)
The Even side is the right side of the street |
A polygon can have segments that are not part of the generator polyline. This happens, for example, in this image:
Note that only the marked vertices are really in the polyline. But to be processed as polygon will be included the two points marked with arrows.