Enum GeometrySingleton.PolyEndType
enum PolyEndType
: int { ... }
Enum members
| Name | Description |
|---|---|
endButt
|
Endpoints are squared off with no extension. |
endJoined
|
Endpoints are joined using the polyjointype value and the path filled as a polyline.
|
endPolygon
|
Endpoints are joined using the polyjointype value and the path filled as a polygon.
|
endRound
|
Endpoints are rounded off and extended by delta units.
|
endSquare
|
Endpoints are squared off and extended by delta units.
|