CADability dotNET
Tries to find a CompoundShape that encloses the point p on the plane plane.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public CompoundShape FindShape(
	GeoPoint p,
	Plane plane
)
Visual Basic
Public Function FindShape ( _
	p As GeoPoint, _
	plane As Plane _
) As CompoundShape
Visual C++
public:
CompoundShape^ FindShape(
	GeoPoint p, 
	Plane plane
)

Parameters

p
Type: CADability..::..GeoPoint
Point in the inside of the requested shape
plane
Type: CADability..::..Plane
Plane in which the search should happen

Return Value

A shape or null

See Also