GBrep.SweepAdd (Sketch, IGCurve, sweepMethodType) Method

Sweeps the specified region with a draft angle and adds it to the original GBrep object.
Public Function SweepAdd( _ 
ByVal sketch As Sketch, _ 
ByVal rail As IGCurve, _ 
Optional ByVal methodType As sweepMethodType = sweepMethodType.RotationMinimizingFrames _ 
) As Boolean
This language is not supported or no code example is available.
public bool SweepAdd( 
Sketch sketch
IGCurve rail
sweepMethodType methodType = sweepMethodType.RotationMinimizingFrames 
)
This language is not supported or no code example is available.

Parameters

sketch
Sketch

The sketch.

rail
IGCurve

The rail used to perform the sweep.

methodType
sweepMethodType

The sweep method to use.

Return Value

bool

.NET Framework

Supported in: 4.7.2

In this article

Definition