IntelliCAD 11.1 Object Library
Boolean Method
See Also 
Operation
The type of operation to be performed.
pObject
A region on which to perfom the Boolean operation.
Region Object : Boolean Method

Description

Perform a Boolean operation against another region.

Syntax

Visual Basic
Public Sub Boolean( _
   ByVal Operation As IcBooleanType, _
   ByVal pObject As Region _
) 

Parameters

Operation
ValueDescription
vicIntersectionPerforms an intersection.
vicSubtractionPerforms a subtraction.
vicUnionPerforms a union.
The type of operation to be performed.
pObject
A region on which to perfom the Boolean operation.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.