SoCSGShapeCsgOperationTypes Enumeration |
CSG operation to be used.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
ADD | 0 | leftOperand union rightOperand. Remove useless faces and create edges if necessary. | |
SUB | 1 | LeftOperand - rightOperand. Remove useless faces and create edges if necessary. | |
INTERSECTION | 2 | LeftOperand intersect rightOperand. Remove useless faces and create edges if necessary. | |
LEFT_ONLY | 3 | Keep only leftOperand. | |
RIGHT_ONLY | 4 | Keep only rightOperand. | |
NOTHING | 5 | Keep nothing (result will be empty). May be useful for debugging. | |
ALL | 6 | Keep left and right primitives (concatenate all resulting faces). May be useful for debugging. |