Click or drag to resize

MeshCreateContourCurves Method (Mesh, Plane)

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 option that takes a tolerance value.")]
public static Curve[] CreateContourCurves(
	Mesh meshToContour,
	Plane sectionPlane
)

Parameters

meshToContour
Type: Rhino.GeometryMesh
Avoid.
sectionPlane
Type: Rhino.GeometryPlane
Avoid.

Return Value

Type: Curve
Avoid.
See Also