M_Rhino_Geometry_Curve_ProjectToBrep - mcneel/rhinocommon-api-docs GitHub Wiki
Projects a Curve onto a Brep along a given direction.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Curve[] ProjectToBrep(
Curve curve,
Brep brep,
Vector3d direction,
double tolerance
)
VB
Public Shared Function ProjectToBrep (
curve As Curve,
brep As Brep,
direction As Vector3d,
tolerance As Double
) As Curve()
- curve
- Type: Rhino.Geometry.Curve
Curve to project. - brep
- Type: Rhino.Geometry.Brep
Brep to project onto. - direction
- Type: Rhino.Geometry.Vector3d
Direction of projection. - tolerance
- Type: System.Double
Tolerance to use for projection.
Type: Curve[]
An array of projected curves or empty array if the projection set is empty.
Supported in: 6.0.16224.21491, 5D58w