CADability dotNET
Returns all objects that are close to the provided plane

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

Syntax

C#
public T[] GetObjectsFromPlane(
	Plane plane
)
Visual Basic
Public Function GetObjectsFromPlane ( _
	plane As Plane _
) As T()
Visual C++
public:
array<T>^ GetObjectsFromPlane(
	Plane plane
)

Parameters

plane
Type: CADability..::..Plane
Plne for selection

Return Value

All objects close to the plane

See Also