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