EllipticalArc3dClosestPointToPlane(PlanarEntity,
Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Point3d[] ClosestPointToPlane(
PlanarEntity plane,
Tolerance tolerance
)
Public Function ClosestPointToPlane (
plane As PlanarEntity,
tolerance As Tolerance
) As Point3d()
public:
array<Point3d>^ ClosestPointToPlane(
PlanarEntity^ plane,
Tolerance tolerance
)
member ClosestPointToPlane :
plane : PlanarEntity *
tolerance : Tolerance -> Point3d[]
Parameters
- plane PlanarEntity
-
- tolerance Tolerance
-
Return Value
Point3d
See Also