Cad3DPoint.Cad3DPoint

Cad3DPoint()

Initializes a new instance of the Cad3DPoint class.

public Cad3DPoint()

See Also


Cad3DPoint(double, double, double)

Initializes a new instance of the Cad3DPoint class.

public Cad3DPoint(double x, double y, double z)
ParameterTypeDescription
xDoubleThe x ordinate.
yDoubleThe y ordinate.
zDoubleThe z ordinate.

See Also


Cad3DPoint(double, double)

Initializes a new instance of the Cad3DPoint class.

public Cad3DPoint(double x, double y)
ParameterTypeDescription
xDoubleThe pointX.
yDoubleThe point Y.

See Also