M_Rhino_Geometry_SweepTwoRail_PerformSweep_3 - mcneel/rhinocommon-api-docs GitHub Wiki
SweepTwoRail.PerformSweep Method (Curve, Curve, IEnumerable(Curve), IEnumerable(Double), IEnumerable(Double))
[Missing
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Brep[] PerformSweep(
Curve rail1,
Curve rail2,
IEnumerable<Curve> crossSections,
IEnumerable<double> crossSectionParameters1,
IEnumerable<double> crossSectionParameters2
)
VB
Public Function PerformSweep (
rail1 As Curve,
rail2 As Curve,
crossSections As IEnumerable(Of Curve),
crossSectionParameters1 As IEnumerable(Of Double),
crossSectionParameters2 As IEnumerable(Of Double)
) As Brep()
- rail1
- Type: Rhino.Geometry.Curve
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"] - rail2
- Type: Rhino.Geometry.Curve
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"] - crossSections
- Type: System.Collections.Generic.IEnumerable(Curve)
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"] - crossSectionParameters1
- Type: System.Collections.Generic.IEnumerable(Double)
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"] - crossSectionParameters2
- Type: System.Collections.Generic.IEnumerable(Double)
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]
Type: Brep[]
[Missing documentation for "M:Rhino.Geometry.SweepTwoRail.PerformSweep(Rhino.Geometry.Curve,Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})"]
Supported in: 6.0.16224.21491, 5D58w
SweepTwoRail Class
PerformSweep Overload
Rhino.Geometry Namespace