IPointEntity public interface IPointEntity : IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity Documentation Code double X { get; } double Y { get; } double Z { get; } IPointEntity Add(IVectorEntity vectorToAdd) IVectorEntity AsVector() IGeometryEntity[] Project(IGeometryEntity baseGeometry, IVectorEntity projectionDirection) IPointEntity Subtract(IVectorEntity vectorToSubtract)