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