Description:
Constructs contour curves for a mesh, sectioned at a plane.
Parameters:
- meshToContour
- Type: Mesh
- A mesh to contour.
- sectionPlane
- Type: Plane
- A cutting plane.
- tolerance
- Type: double
- A tolerance value. If negative, the positive value will be used. WARNING! Good tolerance values are in the magnitude of 10^-7, or RhinoMath.SqrtEpsilon*10. See comments at Intersect.Intersection.MeshIntersectionsTolerancesCoefficient
Returns:
Type: Curve[]
An array of curves. This array can be empty.
Available since:
7.13
Description:
(Old call maintained for compatibility.)
Description:
Constructs contour curves for a mesh, sectioned along a linear axis.
Parameters:
- meshToContour
- Type: Mesh
- A mesh to contour.
- contourStart
- Type: Point3d
- A start point of the contouring axis.
- contourEnd
- Type: Point3d
- An end point of the contouring axis.
- interval
- Type: double
- An interval distance.
- tolerance
- Type: double
- A tolerance value. If negative, the positive value will be used. WARNING! Good tolerance values are in the magnitude of 10^-7, or RhinoMath.SqrtEpsilon*10. See comments at Intersect.Intersection.MeshIntersectionsTolerancesCoefficient
Returns:
Type: Curve[]
An array of curves. This array can be empty.
Available since:
7.13
Description:
(Old call maintained for compatibility.)