Eyeshot 9.0 WPF API Reference
Point3D Constructor(Double,Double,Double)

WPF Assembly > devDept.Geometry Namespace > Point3D Class > Point3D Constructor : Point3D Constructor(Double,Double,Double)
X coordinate value
Y coordinate value
Z coordinate value
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
)
public Point3D( 
   double x,
   double y,
   double z
)

Parameters

x
X coordinate value
y
Y coordinate value
z
Z coordinate value
See Also

Reference

Point3D Class
Point3D Members
Overload List