Struct Point3D
Point3D structure
Structure that defines a point in 3D space with X,Y and Z coordinates
public struct Point3D
Constructors
Name | Description |
---|---|
Point3D(double, double, double) | Constructor for Point3D from separate X,Y,Z coordinates |
Fields
Name | Description |
---|---|
readonly X | X coordinate |
readonly Y | Y coordinate |
readonly Z | Z coordinate |
See Also
- namespace Aspose.CAD.FileFormats.Iges.CommonDefinitions
- assembly Aspose.CAD