Valid Property

AEC Auto

Valid Property

Tests the validity of the object.

See Also | Example

Signature

object.Valid

object

AecProfile, AecRing
The object this property applies to.

Valid

Boolean; read-only
TRUE:  Object is valid.
FALSE: Object is not valid.

Remarks

A ring is valid if the following are true:

  • There is more than one segment.
  • The segments are continuous.
  • The segments are closed.
  • No segment intersects itself.

A profile is valid if each ring is closed and does not self-intersect, and the profile is not self intersecting.