Cad3DPoint Constructor (Double, Double)

Initializes a new instance of the Cad3DPoint class.

Namespace:  Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public Cad3DPoint(
	double pointX,
	double pointY
)

Parameters

pointX
Type: SystemDouble
The pointX.
pointY
Type: SystemDouble
The point Y.
See Also