ISweepPlanarLoop Method (ILoop)
Obsolete. Superseded by ILoop2::ISweepPlanarLoop.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISweepPlanarLoop( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double, _
ByVal DraftAngle As System.Double, _
ByRef StopFacesOut As Face _
) As Body |
Visual Basic (Usage) | |
---|
Dim instance As ILoop
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim DraftAngle As System.Double
Dim StopFacesOut As Face
Dim value As Body
value = instance.ISweepPlanarLoop(X, Y, Z, DraftAngle, StopFacesOut) |
C# | |
---|
Body ISweepPlanarLoop(
System.double X,
System.double Y,
System.double Z,
System.double DraftAngle,
ref Face StopFacesOut
) |
C++/CLI | |
---|
Body^ ISweepPlanarLoop(
& System.double X,
& System.double Y,
& System.double Z,
& System.double DraftAngle,
& Face^% StopFacesOut
) |
Parameters
- X
-
- Y
-
- Z
-
- DraftAngle
-
- StopFacesOut
-
See Also