Click or drag to resize

BasicShapeGetIntersectionPoint Method

Get the intersection point with the specified figure.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract IntersectionPoint[] GetIntersectionPoint(
	BasicShape shape
)

Parameters

shape
Type: RootPro.RootProCADBasicShape
Another figure for which to intersect

Return Value

Type: IntersectionPoint
An array of IntersectionPoint that represents the intersection with the specified geometry.
See Also