Boolean Method (IntelliCAD)

IntelliCAD 11.1 Object Library
Boolean Method
See Also 
Operation
The type of operation to be performed.
pSolidObject
A 3D Solid object on which to perfom the Boolean operation.
Solid3D Object : Boolean Method

Description

Performs a boolean operation against another 3dsolid.

Syntax

Visual Basic
Public Sub Boolean( _
   ByVal Operation As IcBooleanType, _
   ByVal pSolidObject As Solid3D _
) 

Parameters

Operation
ValueDescription
vicIntersectionPerforms an intersection.
vicSubtractionPerforms a subtraction.
vicUnionPerforms a union.
The type of operation to be performed.
pSolidObject
A 3D Solid object on which to perfom the Boolean operation.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.