Surface.TrimBy (Plane, Double, out Surface()) Method

Trims the surface using the limit plane provided. Always removes the surface on the positive side of the plane.
Public Function TrimBy( _ 
ByVal pln As Plane, _ 
ByVal tol As Double, _ 
ByRef leftOvers As Surface() _ 
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
Plane pln
double tol
out Surface[] leftOvers 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The limit plane

tol
double

The tolerance

leftOvers
Surface[]

Trim operation left over list

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition