Method Combine
Combine(SpatialRelation, SpatialRelation)
If you were to call aShape.Relate(bShape) and aShape.Relate(cShape), you could call this to merge the intersect results as if bShape & cShape were combined into ShapeCollection.
Declaration
public static SpatialRelation Combine(this SpatialRelation this, SpatialRelation other)
Parameters
Type | Name | Description |
---|---|---|
SpatialRelation | this | |
SpatialRelation | other |
Returns
Type | Description |
---|---|
SpatialRelation |