Share

PointOnSurface.PointOnSurface() Constructor

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
);

Links

PointOnSurface Class, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?