LinearPath.SweepAsBrep (ICurve, Double, sweepMethodType) Method

Public Function SweepAsBrep( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
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
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

tolerance
double

methodType
sweepMethodType

Return Value

Brep

Implements

ICurve.SweepAsBrep

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition