DK11 for Python | tatukgis.pdk.TGIS_TopologyCombineType | Classes | Properties
Type of operation for combining shapes.
# Python class TGIS_TopologyCombineType:
Name | Visibility | Description | |
---|---|---|---|
Difference | public | ShapeA - ShapeB | |
Intersection | public | ShapeA and ShapeB. | |
SymmetricalDifference | public | ShapeA xor ShapeB. | |
Union | public | ShapeA + ShapeB. | |