Click or drag to resize

MeshCreateContourCurves Method (Mesh, Point3d, Point3d, Double)

Note: This API is now obsolete.

(Old call maintained for compatibility.)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Prefer the overload that takes a tolerance value.")]
public static Curve[] CreateContourCurves(
	Mesh meshToContour,
	Point3d contourStart,
	Point3d contourEnd,
	double interval
)

Parameters

meshToContour
Type: Rhino.GeometryMesh
Avoid.
contourStart
Type: Rhino.GeometryPoint3d
Avoid.
contourEnd
Type: Rhino.GeometryPoint3d
Avoid.
interval
Type: SystemDouble
Avoid.

Return Value

Type: Curve
Avoid.
See Also