IPointEntity
public interface IPointEntity : IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
Get the X component of a Point
Get the Y component of a Point
Get the Z component of a Point
Add a vector to a point. The same as Translate(Vector).
Get the Vector with the same X, Y, and Z component
Project another piece of Geometry onto this along a given direction Vector
Subtract a vector from a point. The same as Translate(-Vector).