SweepTwoRailPerformSweepRebuild Method (Curve, Curve, IEnumerableCurve, IEnumerableDouble, IEnumerableDouble, Int32) |
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
Syntax public Brep[] PerformSweepRebuild(
Curve rail1,
Curve rail2,
IEnumerable<Curve> crossSections,
IEnumerable<double> crossSectionParametersRail1,
IEnumerable<double> crossSectionParametersRail2,
int rebuildCount
)
Public Function PerformSweepRebuild (
rail1 As Curve,
rail2 As Curve,
crossSections As IEnumerable(Of Curve),
crossSectionParametersRail1 As IEnumerable(Of Double),
crossSectionParametersRail2 As IEnumerable(Of Double),
rebuildCount As Integer
) As Brep()
Parameters
- rail1
- Type: Rhino.GeometryCurve
Rail to sweep shapes along. - rail2
- Type: Rhino.GeometryCurve
Rail to sweep shapes along. - crossSections
- Type: System.Collections.GenericIEnumerableCurve
Shape curves. - crossSectionParametersRail1
- Type: System.Collections.GenericIEnumerableDouble
Curve parameters on first rail curve. Unused if is true. - crossSectionParametersRail2
- Type: System.Collections.GenericIEnumerableDouble
Curve parameters on second rail curve. Unused if is true. - rebuildCount
- Type: SystemInt32
Rebuild point count.
Return Value
Type:
BrepArray of Brep sweep results.
See Also