Surface.IsOnSeamV Method

Checks if a curve is on the seam of a surface.
Public Overridable Function IsOnSeamV( _ 
ByVal curve As ICurve, _ 
Optional ByVal tol As Double = 0 _ 
) As Boolean
This language is not supported or no code example is available.
public virtual bool IsOnSeamV( 
ICurve curve
double tol = 0 
)
This language is not supported or no code example is available.

Parameters

curve
ICurve

The curve

tol
double

Maximum distance from seam curve

Return Value

bool

True if the curve lies on the seam, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition