SectionSolid Method

IntelliCAD 11.1 Object Library
SectionSolid Method
See Also 
pPoint1

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

pPoint2

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

pPoint3

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

Solid3D Object : SectionSolid Method

Description

Create a section of the 3dsolid given three points that define the plane. Returns the Section as a Region object

Syntax

Visual Basic
Public Function SectionSolid( _
   ByVal pPoint1 As Point, _
   ByVal pPoint2 As Point, _
   ByVal pPoint3 As Point _
) As Region

Parameters

pPoint1

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

pPoint2

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

pPoint3

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

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.