IDPMathKFaceBooleanType本页总览IDP.Math.KFaceBooleanType 枚举 export enum KFaceBooleanType 面的布尔操作类型。 Face boolean types 枚举成员 intersect intersect = 1 布尔交操作类型。 Boolean intersection type. subtract subtract = 2 布尔差操作类型。 Boolean subtract type. union union = 0 布尔并操作类型。 Boolean union type.