Solid.Section (PlaneEquation) Method

Computes the contours resulting from the intersection of the Solid and the given plane.
Public Function Section( _ 
ByVal planeEquation As PlaneEquation
) As ICurve() Implements _ 
IFace.Section
This language is not supported or no code example is available.
public ICurve[] Section( 
PlaneEquation planeEquation 
)
This language is not supported or no code example is available.

Parameters

planeEquation
PlaneEquation

The cutting plane equation

Return Value

ICurve[]

An array Segment3D representing the section contour.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition