EPolygon::IsValid
Returns true if the polygon is valid. A valid polygon has at least 2 (when open) or 3 (when closed) distinct and valid vertices and no duplicate points.
Namespace: Euresys::Open_eVision
[C++]
bool IsValid(
) const
EPolygon.IsValid
Returns true if the polygon is valid. A valid polygon has at least 2 (when open) or 3 (when closed) distinct and valid vertices and no duplicate points.
Namespace: Euresys.Open_eVision
[C#]
bool IsValid(
)
EPolygon.IsValid
Returns true if the polygon is valid. A valid polygon has at least 2 (when open) or 3 (when closed) distinct and valid vertices and no duplicate points.
Module: open_evision
[Python]
IsValid() -> bool