Share

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

Point3d Constructor, Point3d Methods, Point3d Operators, Point3d Properties

See Also

Vector3d

Was this information helpful?