T_Rhino_Geometry_SweepOneRail - mcneel/rhinocommon-api-docs GitHub Wiki

SweepOneRail Class

Utility class for generating breps by sweeping cross section curves over a single rail curve.

Inheritance Hierarchy

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

Syntax

C#

public class SweepOneRail

VB

Public Class SweepOneRail

The SweepOneRail type exposes the following members.

Constructors

 

Name Description
Public methodCode example SweepOneRail Initializes a new instance of the SweepOneRail class
  Back to Top

Properties

 

Name Description
Public property AngleToleranceRadians
Public property ClosedSweep If the input rail is closed, ClosedSweep determines if the swept breps will also be closed.
Public property GlobalShapeBlending If true, the sweep is linearly blended from one end to the other, creating sweeps that taper from one cross-section curve to the other. If false, the sweep stays constant at the ends and changes more rapidly in the middle.
Public property IsFreeform
Public property IsRoadlike
Public property IsRoadlikeFront
Public property IsRoadlikeTop
Public property IsRoadlineRight
Public property MiterType 0: don't miter, 1: intersect surfaces and trim sweeps, 2: rotate shapes at kinks and don't trim.
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)
Public methodCode example PerformSweep(Curve, IEnumerable(Curve))
Public method PerformSweep(Curve, Curve, Double)
Public method PerformSweep(Curve, IEnumerable(Curve), IEnumerable(Double))
Public method PerformSweepRebuild(Curve, Curve, Int32)
Public method PerformSweepRebuild(Curve, IEnumerable(Curve), Int32)
Public method PerformSweepRebuild(Curve, Curve, Double, Int32)
Public method PerformSweepRebuild(Curve, IEnumerable(Curve), IEnumerable(Double), Int32)
Public method PerformSweepRefit(Curve, Curve, Double)
Public method PerformSweepRefit(Curve, IEnumerable(Curve), Double)
Public method PerformSweepRefit(Curve, Curve, Double, Double)
Public method PerformSweepRefit(Curve, IEnumerable(Curve), IEnumerable(Double), Double)
Public method SetRoadlikeUpDirection
Public method SetToRoadlikeFront
Public method SetToRoadlikeRight
Public method SetToRoadlikeTop
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** ⚠️