InterSectAreas

 

The InterSectAreas method creates a new area from the selected overlapped areas.

 

Syntax

object.InterSectAreas( KeepOriginalAreas, KeepInnerAreas )

 

Parameter

Type

Description

KeepOriginalAreas

Boolean

optional; true to keep the original areas

KeepInnerAreas

Boolean

optional; true to keep the inner areas

 

Example

This example combines the selected objects and keeps the original areas.

 

Selection.InterSectAreas(KeepOriginalAreas:=True)

 

Used by: Selection collection