PointOnSurface(Surface, Point2d)
Constructor
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public PointOnSurface(
        Surface surf,
        Point2d point
)
 
Public Sub New ( 
        surf As Surface,
        point As Point2d
)
 
public:
PointOnSurface(
        Surface^ surf, 
        Point2d point
)
 
new : 
        surf : Surface * 
        point : Point2d -> PointOnSurface
 
 
 
Parameters
- surf  Surface
 
-  
 
- point  Point2d
 
-  
 
 
See Also