Description
Default constructor. Constructs a point on the surface AcGePlane.XYPlane at the parameter value (0,0).
Visual Basic
Public Sub New() Public Sub New( surf As Autodesk.AutoCAD.Geometry.Surface, point As Point2d )
C#
public PointOnSurface(); public PointOnSurface( Autodesk.AutoCAD.Geometry.Surface surf, Point2d point );