Point3d(Double) Constructor
 | 
Initializes a new instance of the 
Point3d class
 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public Point3d(
        double[] xyz
)
 
Public Sub New ( 
        xyz As Double()
)
 
public:
Point3d(
        array<double>^ xyz
)
 
new : 
        xyz : float[] -> Point3d
 
 
 
Parameters
- xyz  Double
 
-  
 
 
See Also