M_Rhino_Geometry_Intersect_Intersection_ProjectPointsToBrepsEx - mcneel/rhinocommon-api-docs GitHub Wiki

Intersection.ProjectPointsToBrepsEx Method

Projects points onto breps.

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

Syntax

C#

public static Point3d[] ProjectPointsToBrepsEx(
	IEnumerable<Brep> breps,
	IEnumerable<Point3d> points,
	Vector3d direction,
	double tolerance,
	out int[] indices
)

VB

Public Shared Function ProjectPointsToBrepsEx ( 
	breps As IEnumerable(Of Brep),
	points As IEnumerable(Of Point3d),
	direction As Vector3d,
	tolerance As Double,
	<OutAttribute> ByRef indices As Integer()
) As Point3d()

Parameters

 

breps
Type: System.Collections.Generic.IEnumerable(Brep)
The breps projection targets.
points
Type: System.Collections.Generic.IEnumerable(Point3d)
The points to project.
direction
Type: Rhino.Geometry.Vector3d
The direction to project.
tolerance
Type: System.Double
The tolerance used for intersections.
indices
Type: System.Int32[]
Return points[i] is a projection of points[indices[i]]

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** ⚠️