LinearPath.SweepAsBrep (ICurve, Double, Boolean, sweepMethodType) Method

Public Function SweepAsBrep( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
ByVal merge As Boolean, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As Brep() Implements _ 
ICurve.SweepAsBrep
This language is not supported or no code example is available.
public Brep[] SweepAsBrep( 
ICurve rail
double tolerance
bool merge
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

tolerance
double

merge
bool

methodType
sweepMethodType

Return Value

Brep[]

Implements

ICurve.SweepAsBrep

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition