Curve.ProjectToMesh Method (Curve, IEnumerable(Mesh), Vector3d, Double)

CurveProjectToMesh Method (Curve, IEnumerableMesh, Vector3d, Double)

Projects a curve to a set of meshes using a direction and tolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Curve[] ProjectToMesh(
	Curve curve,
	IEnumerable<Mesh> meshes,
	Vector3d direction,
	double tolerance
)
Public Shared Function ProjectToMesh ( 
	curve As Curve,
	meshes As IEnumerable(Of Mesh),
	direction As Vector3d,
	tolerance As Double
) As Curve()

Parameters

curve
Type: Rhino.GeometryCurve
A curve.
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: Curve
A curve array.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also