Click or drag to resize

PointCloudCreateSectionCurve Method (Plane, Double)

Creates planar curves by intersecting a plane with a point cloud.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Curve[] CreateSectionCurve(
	Plane plane,
	double absoluteTolerance
)

Parameters

plane
Type: Rhino.GeometryPlane
The plane to intersect with
absoluteTolerance
Type: SystemDouble
The document's model absolute tolerance

Return Value

Type: Curve
The intersection curves if successful, an empty array if unsuccessful.
See Also