马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
这是百科全书中的一段的内容.我想将第一幅图切成两半得到第二幅图和第三幅,即进行布尔操作.可关于CATDynSplit的介绍比较少,能提供一些参考吗?先谢谢了.
Split Operator
The split operator removes matter that is on a given side of the object to split.
The split operator offers you two versions, according to the type of object you want to split:
To split a volume by a skin, use the CATDynSplit class
To split a shell by a wire, or a wire by a vertex, use the CATHybOperator class, which instances are created by the CreateHybSplit global function.
Both ask for the side on each operand, on which the matter has to be kept. |