ICurve.SweepAsBrep (ICurve, Double, sweepMethodType) Method

Creates a Brep sweeping the contour on the rail.
Function SweepAsBrep( _ 
ByVal rail As ICurve, _ 
ByVal tolerance As Double, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As Brep
This language is not supported or no code example is available.
Brep SweepAsBrep( 
ICurve rail
double tolerance
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

rail
ICurve

Sweep trajectory

tolerance
double

The trim tolerance

methodType
sweepMethodType

The sweep method, affects only Curve rail segments.

Return Value

Brep

The resulting merged Brep if the operation succeeded, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition