PointOnSurfaceGetPoint(Surface, Point2d)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static Point3d GetPoint(
Surface surface,
Point2d point
)
Public Shared Function GetPoint (
surface As Surface,
point As Point2d
) As Point3d
public:
static Point3d GetPoint(
Surface^ surface,
Point2d point
)
static member GetPoint :
surface : Surface *
point : Point2d -> Point3d
Parameters
- surface Surface
-
- point Point2d
-
Return Value
Point3d
See Also