public bool AllowType(int typeId)
 {
     return(NarrowPhase.IsContactConstraintType(typeId));
 }