fmeobjects.FMECSGSolid.addOperatorAndSolid
- FMECSGSolid.addOperatorAndSolid(op, solid)
Inserts a solid and operator to the CSG solid hierarchy. The original solid defined by the CSG (as the left operand) is operated on by the specified operator and the input solid (as the right operand). If the input solid is
None
, then the CSG solid hierarchy is not modified.- Parameters:
op (int) – The operator to add to the CSG solid hierarchy. Must be either
FME_CSG_UNION
,FME_CSG_DIFFERENCE
, orFME_CSG_INTERSECTION
,FME_CSG_NONE
.solid (FMESolid) – The operator to add to the CSG solid hierarchy.
- Return type:
None