Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Point2d Convert2d(
PlanarEntity plane
)
Public Function Convert2d (
plane As PlanarEntity
) As Point2d
public:
Point2d Convert2d(
PlanarEntity^ plane
)
member Convert2d :
plane : PlanarEntity -> Point2d
Parameters
- plane PlanarEntity
-
Return Value
Point2d
See Also