T_Rhino_Geometry_SweepTwoRail - mcneel/rhinocommon-api-docs GitHub Wiki

SweepTwoRail Class

Utility class for generating breps by sweeping cross section curves over two rail curves.

Inheritance Hierarchy

System.Object
  Rhino.Geometry.SweepTwoRail
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public class SweepTwoRail

VB

Public Class SweepTwoRail

The SweepTwoRail type exposes the following members.

Constructors

 

Name Description
Public method SweepTwoRail Initializes a new instance of the SweepTwoRail class
  Back to Top

Properties

 

Name Description
Public property AngleToleranceRadians
Public property ClosedSweep If the input rails are closed, ClosedSweep determines if the swept breps will also be closed.
Public property MaintainHeight
Public property SweepTolerance
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PerformSweep(Curve, Curve, Curve)
Public method PerformSweep(Curve, Curve, IEnumerable(Curve))
Public method PerformSweep(Curve, Curve, Curve, Double, Double)
Public method PerformSweep(Curve, Curve, IEnumerable(Curve), IEnumerable(Double), IEnumerable(Double))
Public method PerformSweepRebuild(Curve, Curve, Curve, Int32)
Public method PerformSweepRebuild(Curve, Curve, IEnumerable(Curve), Int32)
Public method PerformSweepRebuild(Curve, Curve, Curve, Double, Double, Int32)
Public method PerformSweepRebuild(Curve, Curve, IEnumerable(Curve), IEnumerable(Double), IEnumerable(Double), Int32)
Public method PerformSweepRefit(Curve, Curve, Curve, Double)
Public method PerformSweepRefit(Curve, Curve, IEnumerable(Curve), Double)
Public method PerformSweepRefit(Curve, Curve, Curve, Double, Double, Double)
Public method PerformSweepRefit(Curve, Curve, IEnumerable(Curve), IEnumerable(Double), IEnumerable(Double), Double)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️