Solid.SplitBy (Surface, Double, Solid(), Solid()) Method

Splits the solid with a surface.
Public Sub SplitBy( _ 
ByVal surf As Surface, _ 
ByVal tolerance As Double, _ 
ByRef splitF As Solid(), _ 
ByRef splitG As Solid() _ 
)
This language is not supported or no code example is available.
public void SplitBy( 
Surface surf
double tolerance
out Solid[] splitF
out Solid[] splitG 
)
This language is not supported or no code example is available.

Parameters

surf
Surface

The surface

tolerance
double

The surface tessellation tolerance

splitF
Solid[]

splitG
Solid[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition