LinearPath.SweepAsSurface Method

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

Parameters

rail
ICurve

tol
double

methodType
sweepMethodType

Return Value

Surface[]

Implements

ICurve.SweepAsSurface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition