Click or drag to resize

BrepCreateFromMatch Method (BrepEdge, Curve, MatchSrfSettings, Brep, Brep)

Match an edge to the target curve using the settings provided

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool CreateFromMatch(
	BrepEdge edge,
	Curve targetCurve,
	MatchSrfSettings settings,
	out Brep matched,
	out Brep target
)

Parameters

edge
Type: Rhino.GeometryBrepEdge
The edge to match. This need to be an untrimmed surface edge.
targetCurve
Type: Rhino.GeometryCurve
The curve to match to. This needs to be a BrepEdge if tangent or curvature matching is requested.
settings
Type: Rhino.GeometryMatchSrfSettings
The settings used for matching
matched
Type: Rhino.GeometryBrep
If successful, this contains the matched brep
target
Type: Rhino.GeometryBrep
If successful and Average is true, this contains the changed target brep.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.Brep.CreateFromMatch(Rhino.Geometry.BrepEdge,Rhino.Geometry.Curve,Rhino.Geometry.MatchSrfSettings,Rhino.Geometry.Brep@,Rhino.Geometry.Brep@)"]

See Also