Point3d Constructor (Double)

Constructor for the Point3d class. Creates a new point with coordinates taken from the first three values of the passed array.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Point3d(
        double[] xyz
)

Parameters

xyz
Type: SystemDouble
[in] Array of double values that define the coordinates of this point. Only the first three values from the passed array are used.
See Also

©  Bricsys NV. All rights reserved.