Solid.SplitBy (Plane, Solid(), Solid()) Method

Splits the solid with a plane.
Public Function SplitBy( _ 
ByVal plane As Plane, _ 
ByRef splitF As Solid(), _ 
ByRef splitG As Solid() _ 
) As Boolean
This language is not supported or no code example is available.
public bool SplitBy( 
Plane plane
out Solid[] splitF
out Solid[] splitG 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

splitF
Solid[]

The F solid split list

splitG
Solid[]

The G solid split list

Return Value

bool

True if the plane intersects the solid, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition