Click or drag to resize

BasicShapeGetPointSide Method

I will get which side of the figure the specified point is.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract PointSide GetPointSide(
	Point2d point
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
point

Return Value

Type: PointSide
PointSide to indicate which side of the shape the specified point is.
See Also