IntelliCAD 11.1 Object Library
SliceSolid Method
See Also 
pPoint1

A Point object that defines the first point of the slice cutting plane.

pPoint2

A Point object that defines the second point of the slice cutting plane.

pPoint3

A Point object that defines the third point of the slice cutting plane.

Negative

Boolean value:

TRUE = The resulting solid is created from the negative side of the cutting plane.

FALSE = The resulting solid is created from the positive side of the cutting plane

Solid3D Object : SliceSolid Method

Description

Create a slice of the 3dsolid given three points that define the plane. Returns the resulting array of 3dSolid object.

Syntax

Visual Basic
Public Function SliceSolid( _
   ByVal pPoint1 As Point, _
   ByVal pPoint2 As Point, _
   ByVal pPoint3 As Point, _
   ByVal Negative As Boolean _
) As Solid3D

Parameters

pPoint1

A Point object that defines the first point of the slice cutting plane.

pPoint2

A Point object that defines the second point of the slice cutting plane.

pPoint3

A Point object that defines the third point of the slice cutting plane.

Negative

Boolean value:

TRUE = The resulting solid is created from the negative side of the cutting plane.

FALSE = The resulting solid is created from the positive side of the cutting plane

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.