Autodesk.AutoCAD.Geometry Namespace > Point3d Structure
Point3d Structure
Description

 

This class wraps AcGePoint3d ObjectARX class. It represents a point in 3D space. It can be viewed as a structure consisting of three doubles.

Visual Basic
Public Structure Point3d
Inherits IFormattable
End Structure
C#
public struct Point3d : IFormattable {
}
Links
See Also

Vector3d

   Comments?