Eyeshot 10 WinForms API Reference
Point Constructor(Plane,Point2D)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Point Class > Point Constructor : Point Constructor(Plane,Point2D)
Sketch plane
Point's position
Sketch plane constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sketchPlane As Plane, _
   ByVal p As Point2D _
)
public Point( 
   Plane sketchPlane,
   Point2D p
)

Parameters

sketchPlane
Sketch plane
p
Point's position
See Also

Reference

Point Class
Point Members
Overload List