SweepOneRail.PerformSweepRebuild Method (Curve, IEnumerable(Curve), IEnumerable(Double), Int32)

SweepOneRailPerformSweepRebuild Method (Curve, IEnumerableCurve, IEnumerableDouble, Int32)

[Missing <summary> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Brep[] PerformSweepRebuild(
	Curve rail,
	IEnumerable<Curve> crossSections,
	IEnumerable<double> crossSectionParameters,
	int rebuildCount
)
Public Function PerformSweepRebuild ( 
	rail As Curve,
	crossSections As IEnumerable(Of Curve),
	crossSectionParameters As IEnumerable(Of Double),
	rebuildCount As Integer
) As Brep()

Parameters

rail
Type: Rhino.GeometryCurve

[Missing <param name="rail"/> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

crossSections
Type: System.Collections.GenericIEnumerableCurve

[Missing <param name="crossSections"/> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

crossSectionParameters
Type: System.Collections.GenericIEnumerableDouble

[Missing <param name="crossSectionParameters"/> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

rebuildCount
Type: SystemInt32

[Missing <param name="rebuildCount"/> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

Return Value

Type: Brep

[Missing <returns> documentation for "M:Rhino.Geometry.SweepOneRail.PerformSweepRebuild(Rhino.Geometry.Curve,System.Collections.Generic.IEnumerable{Rhino.Geometry.Curve},System.Collections.Generic.IEnumerable{System.Double},System.Int32)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also