Surface.TrimBy (Plane, Double) 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
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
Plane pln
double tol 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The limit plane

tol
double

The tolerance

Return Value

ssiFailureType

The failure type.

.NET Framework

Supported in: 4.8

In this article

Definition