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
)
Public MustOverride Function GetIntersectionPoint (
shape As BasicShape
) As IntersectionPoint()
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