Table of Contents

Class Cad3DPoint

Namespace
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly
Aspose.CAD.dll

The Cad point.

[ComVisible(false)]
public class Cad3DPoint : Cad2DPoint
Inheritance
Cad3DPoint
Inherited Members
Extension Methods

Constructors

Cad3DPoint()

Initializes a new instance of the Cad3DPoint class.

Cad3DPoint(double, double)

Initializes a new instance of the Cad3DPoint class.

Cad3DPoint(double, double, double)

Initializes a new instance of the Cad3DPoint class.

Properties

Z

Gets or sets the z.

Operators

operator +(Cad3DPoint, Cad3DPoint)

Sum of two points

operator *(Cad3DPoint, double)

Multiplication of a point and a scalar

operator -(Cad3DPoint, Cad3DPoint)

Diff of two points