CatConflictType (Enumeration)

enum CatConflictType {
  catConflictTypeClash,
  catConflictTypeContact,
  catConflictTypeClearance
}
The different types of conflicts.
It is used by the object to specify the result type.
Values:
catConflictTypeClash
The two products are in clash.
catConflictTypeContact
The two products are in contact.
catConflictTypeClearance
The two products are too close.