appendPlaneIntersectionPoints Method

Implement CurvePrimitive.appendPlaneIntersections to compute intersections of the curve with a plane.

appendPlaneIntersectionPoints(plane: PlaneAltitudeEvaluator, result: CurveLocationDetail[]): number

@returns number of intersections appended to the array.

Parameter Type Description
plane PlaneAltitudeEvaluator the plane with which to intersect the curve. Concrete types include Plane3dByOriginAndUnitNormal,
Point4d, etc.
result CurveLocationDetail[] growing array of plane intersections.

Returns - number

number of intersections appended to the array.

Defined in

Last Updated: 21 February, 2025