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