Property IsValid IsValid Check if the AABB is valid. Declaration public bool IsValid { get; } Property Value Type Description bool True if Min is componentwise less than or equal to Max. Remarks An AABB is considered valid if Min is componentwise less than or equal to Max.