RhinoCommon API
CurveProjectToMesh Method (IEnumerableCurve, IEnumerableMesh, Vector3d, Double) |
Projects a curve to a set of meshes using a direction and tolerance.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Curve[] ProjectToMesh( IEnumerable<Curve> curves, IEnumerable<Mesh> meshes, Vector3d direction, double tolerance )
Public Shared Function ProjectToMesh ( curves As IEnumerable(Of Curve), meshes As IEnumerable(Of Mesh), direction As Vector3d, tolerance As Double ) As Curve()
Parameters
- curves
- Type: System.Collections.GenericIEnumerableCurve
A list, an array or any enumerable of curves. - meshes
- Type: System.Collections.GenericIEnumerableMesh
A list, an array or any enumerable of meshes. - direction
- Type: Rhino.GeometryVector3d
A direction vector. - tolerance
- Type: SystemDouble
A tolerance value.
Return Value
Type: CurveA curve array.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8