摘要: Open Cascade中的布爾操作
Modeling Algorithms Boolean Operations
布爾操作(Boolean Operations)是通過(guò)兩個(gè)形狀(S1,S2)的組合來(lái)生成新的形狀。布爾操作有如下幾種類(lèi)型:
u 并集操作Fusion:Gets all the points in S1 or S2;
u 交集操作Common:Gets all the points in S1 and S2;
u 差集操作Cut S1 by S2:Gets all the points in S1 and not in S2;
閱讀全文