SweepTwoRail.PerformSweep Method (Curve, Curve, IEnumerable<Curve>) |
Sweep2 function that fits a surface through profile curves that define the surface cross-sections
and two curves that defines a surface edge.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic Brep[] PerformSweep(
Curve rail1,
Curve rail2,
IEnumerable<Curve> crossSections
)
Public Function PerformSweep (
rail1 As Curve,
rail2 As Curve,
crossSections As IEnumerable(Of Curve)
) As Brep()
Parameters
- rail1
- Type: Rhino.Geometry.Curve
Rail to sweep shapes along. - rail2
- Type: Rhino.Geometry.Curve
Rail to sweep shapes along. - crossSections
- Type: System.Collections.Generic.IEnumerable<Curve>
Shape curves.
Return Value
Type:
Brep[]Array of Brep sweep results.
See Also