Point.SweepAsSurface Method

Public Function SweepAsSurface( _ 
ByVal rail As ICurve, _ 
ByVal tol As Double, _ 
ByVal methodType As sweepMethodType
) As Surface()
This language is not supported or no code example is available.
public Surface[] SweepAsSurface( 
ICurve rail
double tol
sweepMethodType methodType 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

tol
double

methodType
sweepMethodType

Return Value

Surface[]

.NET Framework

Supported in: 4.8

In this article

Definition