Click or drag to resize

IntersectionEventPointB2 Property

Gets the end point of the overlap on Curve B (or Surface B). If the intersection type is not overlap, this value is meaningless.

Namespace:  Rhino.Geometry.Intersect
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d PointB2 { get; }

Property Value

Type: Point3d
See Also