Surface.TrimBy (ICurve, Boolean) Method

Trims the surface using an open or closed contour.
Public Function TrimBy( _ 
ByVal contour As ICurve, _ 
ByVal clockwise As Boolean
) As ssiFailureType
This language is not supported or no code example is available.
public ssiFailureType TrimBy( 
ICurve contour
bool clockwise 
)
This language is not supported or no code example is available.

Parameters

contour
ICurve

The 3D geometric contour

clockwise
bool

If true, the contour orientation in 2D parametric domain will be clockwise (hole).

Return Value

ssiFailureType

True if the operation succeeded, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition