M_Rhino_Geometry_Intersect_Intersection_ProjectPointsToMeshes - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.ProjectPointsToMeshes Method

Projects points onto meshes.

Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Point3d[] ProjectPointsToMeshes(
	IEnumerable<Mesh> meshes,
	IEnumerable<Point3d> points,
	Vector3d direction,
	double tolerance
)

VB

Public Shared Function ProjectPointsToMeshes ( 
	meshes As IEnumerable(Of Mesh),
	points As IEnumerable(Of Point3d),
	direction As Vector3d,
	tolerance As Double
) As Point3d()

Parameters

 

meshes
Type: System.Collections.Generic.IEnumerable(Mesh)
the meshes to project on to.
points
Type: System.Collections.Generic.IEnumerable(Point3d)
the points to project.
direction
Type: Rhino.Geometry.Vector3d
the direction to project.
tolerance
Type: System.Double
Projection tolerances used for culling close points and for line-mesh intersection.

Return Value

Type: Point3d[]
Array of projected points, or null in case of any error or invalid input.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Intersection Class
Rhino.Geometry.Intersect Namespace

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