Class Cad3DPoint
Contents
[
Hide
]Cad3DPoint class
The Cad point.
public class Cad3DPoint : Cad2DPoint
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| X { get; set; } | Gets or sets the x. |
| Y { get; set; } | Gets or sets the y. |
| Z { get; set; } | Gets or sets the z. |
Methods
| Name | Description |
|---|---|
| Distance(Cad2DPoint) | Distances the specified destination. |
| GetApsPoint() | Gets the aps point. |
| operator + | Sum of two points |
| operator * | Multiplication of a point and a scalar |
| operator - | Diff of two points |
See Also
- class Cad2DPoint
- namespace Aspose.CAD.FileFormats.Cad.CadObjects
- assembly Aspose.CAD